Class Person
java.lang.Object
com.atlassian.confluence.api.model.people.Person
- All Implemented Interfaces:
Subject
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPerson.PersonBuilder<T extends Person.PersonBuilder<T>> -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPerson(Person.PersonBuilder personBuilder) protectedprotectedDeprecated.since 5.6 use {@link #Person(Reference of Icon, String)} insteadprotected -
Method Summary
-
Field Details
-
KNOWN_USER_TYPE
- See Also:
-
ANONYMOUS_USER_TYPE
- See Also:
-
-
Constructor Details
-
Person
-
Person
-
Person
-
Person
Deprecated.since 5.6 use {@link #Person(Reference of Icon, String)} instead
-
-
Method Details
-
getProfilePicture
-
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- Since:
- 5.6
-
optionalUsername
- Since:
- 7.0.1
-
optionalUserKey
- Since:
- 7.0.1
-
getSubjectType
- Specified by:
getSubjectTypein interfaceSubject- Returns:
SubjectTypecorresponding to this Subject- See Also:
-