Class CommunicationUserIdentifierModel


  • public final class CommunicationUserIdentifierModel
    extends Object
    A user that got created with an Azure Communication Services resource.
    • Constructor Detail

      • CommunicationUserIdentifierModel

        public CommunicationUserIdentifierModel()
    • Method Detail

      • getId

        public String getId()
        Get the id property: The Id of the communication user.
        Returns:
        the id value.
      • setId

        public CommunicationUserIdentifierModel setId​(String id)
        Set the id property: The Id of the communication user.
        Parameters:
        id - the id value to set.
        Returns:
        the CommunicationUserIdentifierModel object itself.