Package com.atlassian.jira.rest.v2.issue
Class GroupSuggestionsBean
java.lang.Object
com.atlassian.jira.rest.v2.issue.GroupSuggestionsBean
A suggestion object for group pickers containing not only matched groups,
but also the header text e.g. Found X of Y groups..
- Since:
- v4.4
-
Constructor Summary
ConstructorsConstructorDescriptionGroupSuggestionsBean
(Integer total, String header, List<GroupSuggestionBean> groups) -
Method Summary
-
Constructor Details
-
GroupSuggestionsBean
public GroupSuggestionsBean() -
GroupSuggestionsBean
-
-
Method Details