Class ProjectService.UpdateProjectSchemesValidationResult

java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.ProjectService.UpdateProjectSchemesValidationResult
All Implemented Interfaces:
ServiceResult, Serializable
Enclosing interface:
ProjectService

@PublicApi public static class ProjectService.UpdateProjectSchemesValidationResult extends ServiceResultImpl
See Also:
  • Constructor Details

    • UpdateProjectSchemesValidationResult

      @Internal public UpdateProjectSchemesValidationResult(ErrorCollection errorCollection)
    • UpdateProjectSchemesValidationResult

      @Internal public UpdateProjectSchemesValidationResult(ErrorCollection errorCollection, Long permissionSchemeId, Long notificationSchemeId, Long issueSecuritySchemeId)
  • Method Details

    • getPermissionSchemeId

      public Long getPermissionSchemeId()
    • getNotificationSchemeId

      public Long getNotificationSchemeId()
    • getIssueSecuritySchemeId

      public Long getIssueSecuritySchemeId()