Class LabelService.AddLabelValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.issue.label.LabelService.LabelValidationResult
com.atlassian.jira.bc.issue.label.LabelService.AddLabelValidationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- LabelService
@PublicApi
public static class LabelService.AddLabelValidationResult
extends LabelService.LabelValidationResult
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAddLabelValidationResult
(Long issueId, Long customFieldId, ErrorCollection errorCollection, String label) -
Method Summary
Methods inherited from class com.atlassian.jira.bc.issue.label.LabelService.LabelValidationResult
getCustomFieldId, getIssueId
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
-
AddLabelValidationResult
public AddLabelValidationResult(Long issueId, Long customFieldId, ErrorCollection errorCollection, String label)
-
-
Method Details
-
getLabel
-