com.atlassian.jira.rest.v2.issue
Class GroupSuggestionsBean

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.GroupSuggestionsBean

public class GroupSuggestionsBean
extends Object

A suggestion object for group pickers containing not only matched groups, but also the header text e.g. Found X of Y groups..

Since:
v4.4

Constructor Summary
GroupSuggestionsBean()
           
 
Method Summary
 boolean equals(Object rhs)
           
 Collection<GroupSuggestionBean> getGroups()
           
 String getHeader()
           
 int getTotal()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupSuggestionsBean

public GroupSuggestionsBean()
Method Detail

getTotal

public int getTotal()

getHeader

public String getHeader()

getGroups

public Collection<GroupSuggestionBean> getGroups()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object rhs)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.