com.atlassian.jira.rest.v1.labels
Class IssueLabelsResource.SuggestionListStruct

java.lang.Object
  extended by com.atlassian.jira.rest.v1.labels.IssueLabelsResource.SuggestionListStruct
Enclosing class:
IssueLabelsResource

public static class IssueLabelsResource.SuggestionListStruct
extends Object


Constructor Summary
IssueLabelsResource.SuggestionListStruct()
           
IssueLabelsResource.SuggestionListStruct(String token)
           
 
Method Summary
 IssueLabelsResource.SuggestionListStruct addSuggestion(String label, String highlightedLabel)
           
 Set<IssueLabelsResource.SuggestionStruct> suggestions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueLabelsResource.SuggestionListStruct

public IssueLabelsResource.SuggestionListStruct()

IssueLabelsResource.SuggestionListStruct

public IssueLabelsResource.SuggestionListStruct(String token)
Method Detail

addSuggestion

public IssueLabelsResource.SuggestionListStruct addSuggestion(String label,
                                                              String highlightedLabel)

suggestions

public Set<IssueLabelsResource.SuggestionStruct> suggestions()


Copyright © 2002-2012 Atlassian. All Rights Reserved.