Package 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
,Serializable
- Enclosing interface:
- ProjectService
@PublicApi
public static class ProjectService.UpdateProjectSchemesValidationResult
extends ServiceResultImpl
- See Also:
-
Constructor Summary
ConstructorDescriptionUpdateProjectSchemesValidationResult
(ErrorCollection errorCollection) UpdateProjectSchemesValidationResult
(ErrorCollection errorCollection, Long permissionSchemeId, Long notificationSchemeId, Long issueSecuritySchemeId) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.bc.ServiceResult
hasWarnings
-
Constructor Details
-
UpdateProjectSchemesValidationResult
-
UpdateProjectSchemesValidationResult
@Internal public UpdateProjectSchemesValidationResult(ErrorCollection errorCollection, Long permissionSchemeId, Long notificationSchemeId, Long issueSecuritySchemeId)
-
-
Method Details
-
getPermissionSchemeId
-
getNotificationSchemeId
-
getIssueSecuritySchemeId
-