com.atlassian.jira.bc.issue.label
Class LabelService.LabelSuggestionResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.issue.label.LabelService.LabelSuggestionResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
LabelService

@PublicApi
public static class LabelService.LabelSuggestionResult
extends ServiceResultImpl


Constructor Summary
LabelService.LabelSuggestionResult(Set<String> suggestions, ErrorCollection errorCollection)
           
 
Method Summary
 Set<String> getSuggestions()
           
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelService.LabelSuggestionResult

public LabelService.LabelSuggestionResult(Set<String> suggestions,
                                          ErrorCollection errorCollection)
Method Detail

getSuggestions

public Set<String> getSuggestions()


Copyright © 2002-2013 Atlassian. All Rights Reserved.