public class

GroupSuggestionsBean

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

Class Overview

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

Summary

Public Constructors
GroupSuggestionsBean()
GroupSuggestionsBean(Integer total, String header, List<GroupSuggestionBean> groups)
Public Methods
boolean equals(Object rhs)
Collection<GroupSuggestionBean> getGroups()
String getHeader()
int getTotal()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GroupSuggestionsBean ()

public GroupSuggestionsBean (Integer total, String header, List<GroupSuggestionBean> groups)

Public Methods

public boolean equals (Object rhs)

public Collection<GroupSuggestionBean> getGroups ()

public String getHeader ()

public int getTotal ()

public int hashCode ()

public String toString ()