Class PersonInfo

java.lang.Object
com.unblu.sdk.core.model.PersonInfo

public class PersonInfo extends Object
Information about a person
  • Field Details

    • id

      public final String id
      The person ID of the person
    • displayName

      public final String displayName
      The person's display name
    • labels

      public final List<String> labels
      The person's labels Note: This property is only available with version 8 and newer of the Unblu Collaboration Server.
    • username

      public final String username
      The unique username of the person, if available.
    • authenticationRole

      public final String authenticationRole
      The authentication role of the person (for example, "agent" or "visitor"), if available.
    • sourceId

      public final String sourceId
      An external source identifier associated with this person, if available.
    • email

      public final String email
      The person's email address, if available.
    • phoneNumber

      public final String phoneNumber
      The person's phone number, if available.
    • conversationParticipationType

      public final String conversationParticipationType
      The person's conversation participation type (for example, "owner" or "participant"), if available.
  • Constructor Details

  • Method Details