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
ConstructorsConstructorDescriptionSetLabelValidationResult(Long issueId, Long customFieldId, ErrorCollection errorCollection, Set<String> labels) -
Method Summary
Methods inherited from class com.atlassian.jira.bc.issue.label.LabelService.LabelValidationResult
getCustomFieldId, getIssueIdMethods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-