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.
  • Constructor Details

  • Method Details