public class

GroupLabelBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.admin.GroupLabelBean

Class Overview

Represents a com.atlassian.crowd.model.group.Group label, used in context of GroupSuggestionBean

Summary

Public Constructors
GroupLabelBean()
GroupLabelBean(String text, String title, GroupLabelView.LabelType type)
Public Methods
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()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GroupLabelBean ()

public GroupLabelBean (String text, String title, GroupLabelView.LabelType type)

Public Methods

public boolean equals (Object rhs)

public String getText ()

public String getTitle ()

public GroupLabelView.LabelType getType ()

public int hashCode ()

public static GroupLabelBean toLabelBean (GroupLabelView label)

public static List<GroupLabelBean> toLabelsBeansList (List<GroupLabelView> labels)

public String toString ()