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

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

public class GroupSuggestion
extends Object

Represent a GroupSuggestionBean returned by the GroupPickerResource

Since:
v4.4

Field Summary
 String html
           
 String name
           
 
Constructor Summary
GroupSuggestion()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 GroupSuggestion html(String html)
           
 GroupSuggestion name(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

html

public String html
Constructor Detail

GroupSuggestion

public GroupSuggestion()
Method Detail

name

public GroupSuggestion name(String name)

html

public GroupSuggestion html(String html)

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.