com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client
Class GroupSuggestions

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.GroupSuggestions

public class GroupSuggestions
extends Object

Represent the GroupSuggestionsBean containing suggestions and headers returned by the GroupPickerResource

Since:
v4.4

Field Summary
 List<GroupSuggestion> groups
           
 String header
           
 Integer total
           
 
Constructor Summary
GroupSuggestions()
           
 
Method Summary
 boolean equals(Object obj)
           
 GroupSuggestions groups(List<GroupSuggestion> groups)
           
 int hashCode()
           
 GroupSuggestions header(String header)
           
 String toString()
           
 GroupSuggestions total(Integer total)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

header

public String header

groups

public List<GroupSuggestion> groups

total

public Integer total
Constructor Detail

GroupSuggestions

public GroupSuggestions()
Method Detail

header

public GroupSuggestions header(String header)

total

public GroupSuggestions total(Integer total)

groups

public GroupSuggestions groups(List<GroupSuggestion> groups)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.