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