Class LabelService.SetLabelValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.issue.label.LabelService.LabelValidationResult
com.atlassian.jira.bc.issue.label.LabelService.SetLabelValidationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- LabelService
@PublicApi
public static class LabelService.SetLabelValidationResult
extends LabelService.LabelValidationResult
- See Also:
-
Constructor Summary
ConstructorDescriptionSetLabelValidationResult
(Long issueId, Long customFieldId, ErrorCollection errorCollection, Set<String> labels) -
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
-
SetLabelValidationResult
public SetLabelValidationResult(Long issueId, Long customFieldId, ErrorCollection errorCollection, Set<String> labels)
-
-
Method Details
-
getLabels
-