Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsChatThreadParticipantProperties
Packages that use AcsChatThreadParticipantProperties
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of AcsChatThreadParticipantProperties in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return AcsChatThreadParticipantPropertiesModifier and TypeMethodDescriptionAcsChatParticipantAddedToThreadEventData.getParticipantAdded()Get the participantAdded property: The details of the user who was added.AcsChatParticipantAddedToThreadWithUserEventData.getParticipantAdded()Get the participantAdded property: The details of the user who was added.AcsChatParticipantRemovedFromThreadEventData.getParticipantRemoved()Get the participantRemoved property: The details of the user who was removed.AcsChatParticipantRemovedFromThreadWithUserEventData.getParticipantRemoved()Get the participantRemoved property: The details of the user who was removed.AcsChatThreadParticipantProperties.setDisplayName(String displayName) Set the displayName property: The name of the user.AcsChatThreadParticipantProperties.setMetadata(Map<String, String> metadata) Set the metadata property: The metadata of the user.AcsChatThreadParticipantProperties.setParticipantCommunicationIdentifier(CommunicationIdentifierModel participantCommunicationIdentifier) Set the participantCommunicationIdentifier property: The communication identifier of the user.Methods in com.azure.messaging.eventgrid.systemevents that return types with arguments of type AcsChatThreadParticipantPropertiesModifier and TypeMethodDescriptionAcsChatThreadCreatedEventData.getParticipants()Get the participants property: The list of properties of participants who are part of the thread.AcsChatThreadCreatedWithUserEventData.getParticipants()Get the participants property: The list of properties of participants who are part of the thread.Methods in com.azure.messaging.eventgrid.systemevents with parameters of type AcsChatThreadParticipantPropertiesModifier and TypeMethodDescriptionAcsChatParticipantAddedToThreadEventData.setParticipantAdded(AcsChatThreadParticipantProperties participantAdded) Set the participantAdded property: The details of the user who was added.AcsChatParticipantAddedToThreadWithUserEventData.setParticipantAdded(AcsChatThreadParticipantProperties participantAdded) Set the participantAdded property: The details of the user who was added.AcsChatParticipantRemovedFromThreadEventData.setParticipantRemoved(AcsChatThreadParticipantProperties participantRemoved) Set the participantRemoved property: The details of the user who was removed.AcsChatParticipantRemovedFromThreadWithUserEventData.setParticipantRemoved(AcsChatThreadParticipantProperties participantRemoved) Set the participantRemoved property: The details of the user who was removed.Method parameters in com.azure.messaging.eventgrid.systemevents with type arguments of type AcsChatThreadParticipantPropertiesModifier and TypeMethodDescriptionAcsChatThreadCreatedEventData.setParticipants(List<AcsChatThreadParticipantProperties> participants) Set the participants property: The list of properties of participants who are part of the thread.AcsChatThreadCreatedWithUserEventData.setParticipants(List<AcsChatThreadParticipantProperties> participants) Set the participants property: The list of properties of participants who are part of the thread.