@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()
SubjectgetDisplayName in interface Subjectpublic Navigation.Builder resolveNavigation(NavigationService navigationService)
resolveNavigation in interface NavigationAwarepublic SubjectType getSubjectType()
getSubjectType in interface SubjectSubjectType corresponding to this SubjectSubjectType.VALUESCopyright © 2003–2022 Atlassian. All rights reserved.