Class Group
java.lang.Object
com.atlassian.confluence.api.model.people.Group
- All Implemented Interfaces:
Subject
,NavigationAware
Represents a group that may contain zero or more users.
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.
- Since:
- 5.7
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Group.GroupBuilder
builder()
boolean
Returns a name that is suitable for display to identify the user / group.getName()
int
hashCode()
resolveNavigation
(NavigationService navigationService) toString()
-
Field Details
-
GROUP_TYPE
- See Also:
-
-
Constructor Details
-
Group
-
-
Method Details
-
getName
-
getDisplayName
Description copied from interface:Subject
Returns a name that is suitable for display to identify the user / group. Will never return null.- Specified by:
getDisplayName
in interfaceSubject
-
equals
-
hashCode
public int hashCode() -
toString
-
getSubjectType
- Specified by:
getSubjectType
in interfaceSubject
- Returns:
SubjectType
corresponding to this Subject- See Also:
-
builder
-