Class LabelService.LabelSuggestionResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.issue.label.LabelService.LabelSuggestionResult
- All Implemented Interfaces:
ServiceResult,Serializable
- Enclosing interface:
LabelService
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLabelSuggestionResult(Set<String> suggestions, ErrorCollection errorCollection) -
Method Summary
Methods 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
-
LabelSuggestionResult
-
-
Method Details
-
getSuggestions
-