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
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Group.GroupBuilderbuilder()booleanReturns a name that is suitable for display to identify the user / group.getName()inthashCode()resolveNavigation(NavigationService navigationService) toString()
-
Field Details
-
GROUP_TYPE
- See Also:
-
-
Constructor Details
-
Group
-
-
Method Details
-
getName
-
getDisplayName
Description copied from interface:SubjectReturns a name that is suitable for display to identify the user / group. Will never return null.- Specified by:
getDisplayNamein interfaceSubject
-
equals
-
hashCode
public int hashCode() -
toString
-
getSubjectType
- Specified by:
getSubjectTypein interfaceSubject- Returns:
SubjectTypecorresponding to this Subject- See Also:
-
builder
-