Class CommunicationUserIdentifierModel

java.lang.Object
com.azure.messaging.eventgrid.systemevents.CommunicationUserIdentifierModel

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

    • CommunicationUserIdentifierModel

      public CommunicationUserIdentifierModel()
  • Method Details

    • getId

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

      Set the id property: The Id of the communication user.
      Parameters:
      id - the id value to set.
      Returns:
      the CommunicationUserIdentifierModel object itself.