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

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

public class GroupSuggestionBean
extends Object

A suggestion for a group picker. Returned by GroupPickerResource

Since:
v4.4

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

Constructor Detail

GroupSuggestionBean

public GroupSuggestionBean()

GroupSuggestionBean

public GroupSuggestionBean(String name,
                           String html)
Method Detail

getName

public String getName()

getHtml

public String getHtml()

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-2013 Atlassian. All Rights Reserved.