@ExperimentalApi public class Group extends Object implements Subject, NavigationAware
This model is deliberately very simple. It is intended that this (and most of the Subject hierarchy in api.model.people) will be replaced by Crowd entities in the near future.
Modifier and Type | Field and Description |
---|---|
protected static String |
GROUP_TYPE |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getDisplayName()
Returns a name that is suitable for display to identify the user / group.
|
String |
getName() |
SubjectType |
getSubjectType() |
int |
hashCode() |
Navigation.Builder |
resolveNavigation(NavigationService navigationService) |
String |
toString() |
protected static final String GROUP_TYPE
public Group(String name)
public String getName()
public String getDisplayName()
Subject
getDisplayName
in interface Subject
public Navigation.Builder resolveNavigation(NavigationService navigationService)
resolveNavigation
in interface NavigationAware
public SubjectType getSubjectType()
getSubjectType
in interface Subject
SubjectType
corresponding to this SubjectSubjectType#VALUES}
Copyright © 2003–2021 Atlassian. All rights reserved.