Class AcsChatThreadDeletedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsChatEventInThreadBaseProperties
com.azure.messaging.eventgrid.systemevents.AcsChatThreadEventInThreadBaseProperties
com.azure.messaging.eventgrid.systemevents.AcsChatThreadDeletedEventData
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadDeleted event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AcsChatThreadDeletedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the deletedByCommunicationIdentifier property: The communication identifier of the user who deleted the thread.Get the deleteTime property: The deletion time of the thread.setCreateTime(OffsetDateTime createTime) Set the createTime property: The original creation time of the thread.setDeletedByCommunicationIdentifier(CommunicationIdentifierModel deletedByCommunicationIdentifier) Set the deletedByCommunicationIdentifier property: The communication identifier of the user who deleted the thread.setDeleteTime(OffsetDateTime deleteTime) Set the deleteTime property: The deletion time of the thread.setThreadId(String threadId) Set the threadId property: The chat thread id.setTransactionId(String transactionId) Set the transactionId property: The transaction id will be used as co-relation vector.setVersion(Long version) Set the version property: The version of the thread.Methods inherited from class com.azure.messaging.eventgrid.systemevents.AcsChatThreadEventInThreadBaseProperties
getCreateTime, getVersionMethods inherited from class com.azure.messaging.eventgrid.systemevents.AcsChatEventInThreadBaseProperties
getThreadId, getTransactionId
-
Constructor Details
-
AcsChatThreadDeletedEventData
public AcsChatThreadDeletedEventData()Creates an instance of AcsChatThreadDeletedEventData class.
-
-
Method Details
-
getDeletedByCommunicationIdentifier
Get the deletedByCommunicationIdentifier property: The communication identifier of the user who deleted the thread.- Returns:
- the deletedByCommunicationIdentifier value.
-
setDeletedByCommunicationIdentifier
public AcsChatThreadDeletedEventData setDeletedByCommunicationIdentifier(CommunicationIdentifierModel deletedByCommunicationIdentifier) Set the deletedByCommunicationIdentifier property: The communication identifier of the user who deleted the thread.- Parameters:
deletedByCommunicationIdentifier- the deletedByCommunicationIdentifier value to set.- Returns:
- the AcsChatThreadDeletedEventData object itself.
-
getDeleteTime
Get the deleteTime property: The deletion time of the thread.- Returns:
- the deleteTime value.
-
setDeleteTime
Set the deleteTime property: The deletion time of the thread.- Parameters:
deleteTime- the deleteTime value to set.- Returns:
- the AcsChatThreadDeletedEventData object itself.
-
setCreateTime
Set the createTime property: The original creation time of the thread.- Overrides:
setCreateTimein classAcsChatThreadEventInThreadBaseProperties- Parameters:
createTime- the createTime value to set.- Returns:
- the AcsChatThreadEventInThreadBaseProperties object itself.
-
setVersion
Set the version property: The version of the thread.- Overrides:
setVersionin classAcsChatThreadEventInThreadBaseProperties- Parameters:
version- the version value to set.- Returns:
- the AcsChatThreadEventInThreadBaseProperties object itself.
-
setTransactionId
Set the transactionId property: The transaction id will be used as co-relation vector.- Overrides:
setTransactionIdin classAcsChatThreadEventInThreadBaseProperties- Parameters:
transactionId- the transactionId value to set.- Returns:
- the AcsChatEventInThreadBaseProperties object itself.
-
setThreadId
Set the threadId property: The chat thread id.- Overrides:
setThreadIdin classAcsChatThreadEventInThreadBaseProperties- Parameters:
threadId- the threadId value to set.- Returns:
- the AcsChatEventInThreadBaseProperties object itself.
-