Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsChatParticipantRemovedFromThreadEventData
Packages that use AcsChatParticipantRemovedFromThreadEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of AcsChatParticipantRemovedFromThreadEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return AcsChatParticipantRemovedFromThreadEventDataModifier and TypeMethodDescriptionAcsChatParticipantRemovedFromThreadEventData.setParticipantRemoved(AcsChatThreadParticipantProperties participantRemoved) Set the participantRemoved property: The details of the user who was removed.AcsChatParticipantRemovedFromThreadEventData.setRemovedByCommunicationIdentifier(CommunicationIdentifierModel removedByCommunicationIdentifier) Set the removedByCommunicationIdentifier property: The communication identifier of the user who removed the user.AcsChatParticipantRemovedFromThreadEventData.setThreadId(String threadId) Set the threadId property: The chat thread id.AcsChatParticipantRemovedFromThreadEventData.setTime(OffsetDateTime time) Set the time property: The time at which the user was removed to the thread.AcsChatParticipantRemovedFromThreadEventData.setTransactionId(String transactionId) Set the transactionId property: The transaction id will be used as co-relation vector.AcsChatParticipantRemovedFromThreadEventData.setVersion(Long version) Set the version property: The version of the thread.