Package com.atlassian.jira.config
Class IssueTypeService.DeleteValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.config.IssueTypeService.DeleteValidationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- IssueTypeService
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteValidationResult
(ErrorCollection errorCollection, io.atlassian.fugue.Option<IssueTypeService.IssueTypeDeleteInput> issueTypeId) -
Method Summary
Modifier and TypeMethodDescriptionio.atlassian.fugue.Option<IssueTypeService.IssueTypeDeleteInput>
Methods 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
-
DeleteValidationResult
public DeleteValidationResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<IssueTypeService.IssueTypeDeleteInput> issueTypeId)
-
-
Method Details
-
getDeleteIssueTypeInput
-