Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsChatThreadWithUserDeletedEventData
Packages that use AcsChatThreadWithUserDeletedEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of AcsChatThreadWithUserDeletedEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return AcsChatThreadWithUserDeletedEventDataModifier and TypeMethodDescriptionAcsChatThreadWithUserDeletedEventData.setCreateTime(OffsetDateTime createTime) Set the createTime property: The original creation time of the thread.AcsChatThreadWithUserDeletedEventData.setDeletedByCommunicationIdentifier(CommunicationIdentifierModel deletedByCommunicationIdentifier) Set the deletedByCommunicationIdentifier property: The communication identifier of the user who deleted the thread.AcsChatThreadWithUserDeletedEventData.setDeleteTime(OffsetDateTime deleteTime) Set the deleteTime property: The deletion time of the thread.AcsChatThreadWithUserDeletedEventData.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatThreadWithUserDeletedEventData.setThreadId(String threadId) Set the threadId property: The chat thread id.AcsChatThreadWithUserDeletedEventData.setTransactionId(String transactionId) Set the transactionId property: The transaction id will be used as co-relation vector.AcsChatThreadWithUserDeletedEventData.setVersion(Long version) Set the version property: The version of the thread.