Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsChatThreadParticipantProperties
Packages that use AcsChatThreadParticipantProperties
Package
Description
Package containing the data models for SystemEvents.
-
Uses of AcsChatThreadParticipantProperties in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return AcsChatThreadParticipantPropertiesModifier and TypeMethodDescriptionAcsChatThreadParticipantProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AcsChatThreadParticipantProperties from the JsonReader.AcsChatParticipantAddedToThreadEventData.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.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.