Class AcsChatThreadWithUserDeletedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsChatEventBaseProperties
com.azure.messaging.eventgrid.systemevents.AcsChatThreadEventBaseProperties
com.azure.messaging.eventgrid.systemevents.AcsChatThreadWithUserDeletedEventData
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadWithUserDeleted event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AcsChatThreadWithUserDeletedEventData 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.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.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.AcsChatThreadEventBaseProperties
getCreateTime, getVersionMethods inherited from class com.azure.messaging.eventgrid.systemevents.AcsChatEventBaseProperties
getRecipientCommunicationIdentifier, getThreadId, getTransactionId
-
Constructor Details
-
AcsChatThreadWithUserDeletedEventData
public AcsChatThreadWithUserDeletedEventData()Creates an instance of AcsChatThreadWithUserDeletedEventData class.
-
-
Method Details
-
getDeletedByCommunicationIdentifier
Get the deletedByCommunicationIdentifier property: The communication identifier of the user who deleted the thread.- Returns:
- the deletedByCommunicationIdentifier value.
-
setDeletedByCommunicationIdentifier
public AcsChatThreadWithUserDeletedEventData 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 AcsChatThreadWithUserDeletedEventData 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 AcsChatThreadWithUserDeletedEventData object itself.
-
setCreateTime
Set the createTime property: The original creation time of the thread.- Overrides:
setCreateTimein classAcsChatThreadEventBaseProperties- Parameters:
createTime- the createTime value to set.- Returns:
- the AcsChatThreadEventBaseProperties object itself.
-
setVersion
Set the version property: The version of the thread.- Overrides:
setVersionin classAcsChatThreadEventBaseProperties- Parameters:
version- the version value to set.- Returns:
- the AcsChatThreadEventBaseProperties object itself.
-
setRecipientCommunicationIdentifier
public AcsChatThreadWithUserDeletedEventData setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.- Overrides:
setRecipientCommunicationIdentifierin classAcsChatThreadEventBaseProperties- Parameters:
recipientCommunicationIdentifier- the recipientCommunicationIdentifier value to set.- Returns:
- the AcsChatEventBaseProperties object itself.
-
setTransactionId
Set the transactionId property: The transaction id will be used as co-relation vector.- Overrides:
setTransactionIdin classAcsChatThreadEventBaseProperties- Parameters:
transactionId- the transactionId value to set.- Returns:
- the AcsChatEventBaseProperties object itself.
-
setThreadId
Set the threadId property: The chat thread id.- Overrides:
setThreadIdin classAcsChatThreadEventBaseProperties- Parameters:
threadId- the threadId value to set.- Returns:
- the AcsChatEventBaseProperties object itself.
-