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()
      Creates an instance of AcsChatThreadParticipantProperties class.
  • 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.
    • getMetadata

      public Map<String,String> getMetadata()
      Get the metadata property: The metadata of the user.
      Returns:
      the metadata value.
    • setMetadata

      public AcsChatThreadParticipantProperties setMetadata(Map<String,String> metadata)
      Set the metadata property: The metadata of the user.
      Parameters:
      metadata - the metadata value to set.
      Returns:
      the AcsChatThreadParticipantProperties object itself.