public class GroupLabelBean extends Object
Group
label, used in context of GroupSuggestionBean
Constructor and Description |
---|
GroupLabelBean() |
GroupLabelBean(String text,
String title,
GroupLabelView.LabelType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object rhs) |
String |
getText() |
String |
getTitle() |
GroupLabelView.LabelType |
getType() |
int |
hashCode() |
static GroupLabelBean |
toLabelBean(GroupLabelView label) |
static List<GroupLabelBean> |
toLabelsBeansList(List<GroupLabelView> labels) |
String |
toString() |
public GroupLabelBean()
public GroupLabelBean(String text, String title, GroupLabelView.LabelType type)
public String getText()
public String getTitle()
public GroupLabelView.LabelType getType()
public static GroupLabelBean toLabelBean(GroupLabelView label)
public static List<GroupLabelBean> toLabelsBeansList(List<GroupLabelView> labels)
Copyright © 2002-2022 Atlassian. All Rights Reserved.