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