public class

GroupSuggestionBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.issue.GroupSuggestionBean

Class Overview

A suggestion for a group picker. Returned by GroupPickerResource

Summary

Public Constructors
GroupSuggestionBean()
GroupSuggestionBean(String name, String html, List<GroupLabelBean> labels)
Public Methods
boolean equals(Object rhs)
String getHtml()
List<GroupLabelBean> getLabels()
String getName()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GroupSuggestionBean ()

public GroupSuggestionBean (String name, String html, List<GroupLabelBean> labels)

Public Methods

public boolean equals (Object rhs)

public String getHtml ()

public List<GroupLabelBean> getLabels ()

public String getName ()

public int hashCode ()

public String toString ()