Class SubjectType
java.lang.Object
com.atlassian.confluence.api.model.people.SubjectType
- All Implemented Interfaces:
ApiEnum
Though SubjectType.USER and SubjectType.GROUP are singleton, do NOT assume you can compare an arbitrary SubjectType
with one of those via an equality (==) check. Always use .equals(). (you should be anyway)
- Since:
- 5.7
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classRepresents the available Expansions when dealing with a Map<SubjectType, PageResponse<Subject>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SubjectTypestatic final SubjectTypestatic final Set<SubjectType> -
Method Summary
-
Field Details
-
USER
-
GROUP
-
VALUES
-
-
Method Details