Package com.unblu.sdk.core.model
Class PersonInfo
java.lang.Object
com.unblu.sdk.core.model.PersonInfo
Information about a person
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe authentication role of the person (for example, "agent" or "visitor"), if available.final StringThe person's conversation participation type (for example, "owner" or "participant"), if available.final StringThe person's display namefinal StringThe person's email address, if available.final StringThe person ID of the personThe person's labels Note: This property is only available with version 8 and newer of the Unblu Collaboration Server.final StringThe person's phone number, if available.final StringAn external source identifier associated with this person, if available.final StringThe unique username of the person, if available. -
Constructor Summary
ConstructorsConstructorDescriptionPersonInfo(String id, String displayName) PersonInfo(String id, String displayName, List<String> labels) PersonInfo(String id, String displayName, List<String> labels, String username, String authenticationRole, String sourceId, String email, String phoneNumber, String conversationParticipationType) -
Method Summary
-
Field Details
-
id
The person ID of the person -
displayName
The person's display name -
labels
The person's labels Note: This property is only available with version 8 and newer of the Unblu Collaboration Server. -
username
The unique username of the person, if available. -
authenticationRole
The authentication role of the person (for example, "agent" or "visitor"), if available. -
sourceId
An external source identifier associated with this person, if available. -
email
The person's email address, if available. -
phoneNumber
The person's phone number, if available. -
conversationParticipationType
The person's conversation participation type (for example, "owner" or "participant"), if available.
-
-
Constructor Details
-
PersonInfo
-
PersonInfo
-
PersonInfo
-
-
Method Details