Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsChatThreadEventInThreadBaseProperties
Packages that use AcsChatThreadEventInThreadBaseProperties
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of AcsChatThreadEventInThreadBaseProperties in com.azure.messaging.eventgrid.systemevents
Subclasses of AcsChatThreadEventInThreadBaseProperties in com.azure.messaging.eventgrid.systemeventsModifier and TypeClassDescriptionfinal classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadCreated event.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadDeleted event.final classSchema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadPropertiesUpdated event.Methods in com.azure.messaging.eventgrid.systemevents that return AcsChatThreadEventInThreadBasePropertiesModifier and TypeMethodDescriptionAcsChatThreadEventInThreadBaseProperties.setCreateTime(OffsetDateTime createTime) Set the createTime property: The original creation time of the thread.AcsChatThreadEventInThreadBaseProperties.setThreadId(String threadId) Set the threadId property: The chat thread id.AcsChatThreadEventInThreadBaseProperties.setTransactionId(String transactionId) Set the transactionId property: The transaction id will be used as co-relation vector.AcsChatThreadEventInThreadBaseProperties.setVersion(Long version) Set the version property: The version of the thread.