Class AcsChatThreadParticipantProperties
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsChatThreadParticipantProperties
Schema of the chat thread participant.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AcsChatThreadParticipantProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the displayName property: The name of the user.Get the metadata property: The metadata of the user.Get the participantCommunicationIdentifier property: The communication identifier of the user.setDisplayName(String displayName) Set the displayName property: The name of the user.setMetadata(Map<String, String> metadata) Set the metadata property: The metadata of the user.setParticipantCommunicationIdentifier(CommunicationIdentifierModel participantCommunicationIdentifier) Set the participantCommunicationIdentifier property: The communication identifier of the user.
-
Constructor Details
-
AcsChatThreadParticipantProperties
public AcsChatThreadParticipantProperties()Creates an instance of AcsChatThreadParticipantProperties class.
-
-
Method Details
-
getDisplayName
Get the displayName property: The name of the user.- Returns:
- the displayName value.
-
setDisplayName
Set the displayName property: The name of the user.- Parameters:
displayName- the displayName value to set.- Returns:
- the AcsChatThreadParticipantProperties object itself.
-
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
Get the metadata property: The metadata of the user.- Returns:
- the metadata value.
-
setMetadata
Set the metadata property: The metadata of the user.- Parameters:
metadata- the metadata value to set.- Returns:
- the AcsChatThreadParticipantProperties object itself.
-