Class AcsChatThreadParticipantProperties

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

public final class AcsChatThreadParticipantProperties extends Object
Schema of the chat thread participant.
  • Constructor Details

    • AcsChatThreadParticipantProperties

      public AcsChatThreadParticipantProperties()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Get the displayName property: The name of the user.
      Returns:
      the displayName value.
    • setDisplayName

      public AcsChatThreadParticipantProperties setDisplayName(String displayName)
      Set the displayName property: The name of the user.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the AcsChatThreadParticipantProperties object itself.
    • getParticipantCommunicationIdentifier

      public CommunicationIdentifierModel getParticipantCommunicationIdentifier()
      Get the participantCommunicationIdentifier property: The communication identifier of the user.
      Returns:
      the participantCommunicationIdentifier value.
    • setParticipantCommunicationIdentifier

      public AcsChatThreadParticipantProperties setParticipantCommunicationIdentifier(CommunicationIdentifierModel participantCommunicationIdentifier)
      Set the participantCommunicationIdentifier property: The communication identifier of the user.
      Parameters:
      participantCommunicationIdentifier - the participantCommunicationIdentifier value to set.
      Returns:
      the AcsChatThreadParticipantProperties object itself.