com.atlassian.jira.bc.project
Class ProjectService.UpdateProjectSchemesValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.ProjectService.UpdateProjectSchemesValidationResult
- All Implemented Interfaces:
- ServiceResult
- Enclosing interface:
- ProjectService
@PublicApi
public static class ProjectService.UpdateProjectSchemesValidationResult
- extends ServiceResultImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectService.UpdateProjectSchemesValidationResult
@Internal
public ProjectService.UpdateProjectSchemesValidationResult(ErrorCollection errorCollection)
ProjectService.UpdateProjectSchemesValidationResult
@Internal
public ProjectService.UpdateProjectSchemesValidationResult(ErrorCollection errorCollection,
Long permissionSchemeId,
Long notificationSchemeId,
Long issueSecuritySchemeId)
getPermissionSchemeId
public Long getPermissionSchemeId()
getNotificationSchemeId
public Long getNotificationSchemeId()
getIssueSecuritySchemeId
public Long getIssueSecuritySchemeId()
Copyright © 2002-2014 Atlassian. All Rights Reserved.