Class AcsChatThreadDeletedEventData


public final class AcsChatThreadDeletedEventData extends AcsChatThreadEventInThreadBaseProperties
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadDeleted event.
  • Constructor Details

    • AcsChatThreadDeletedEventData

      public AcsChatThreadDeletedEventData()
  • Method Details

    • getDeletedByCommunicationIdentifier

      public CommunicationIdentifierModel 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

      public OffsetDateTime getDeleteTime()
      Get the deleteTime property: The deletion time of the thread.
      Returns:
      the deleteTime value.
    • setDeleteTime

      public AcsChatThreadDeletedEventData setDeleteTime(OffsetDateTime deleteTime)
      Set the deleteTime property: The deletion time of the thread.
      Parameters:
      deleteTime - the deleteTime value to set.
      Returns:
      the AcsChatThreadDeletedEventData object itself.
    • setCreateTime

      public AcsChatThreadDeletedEventData setCreateTime(OffsetDateTime createTime)
      Set the createTime property: The original creation time of the thread.
      Overrides:
      setCreateTime in class AcsChatThreadEventInThreadBaseProperties
      Parameters:
      createTime - the createTime value to set.
      Returns:
      the AcsChatThreadEventInThreadBaseProperties object itself.
    • setVersion

      public AcsChatThreadDeletedEventData setVersion(Long version)
      Set the version property: The version of the thread.
      Overrides:
      setVersion in class AcsChatThreadEventInThreadBaseProperties
      Parameters:
      version - the version value to set.
      Returns:
      the AcsChatThreadEventInThreadBaseProperties object itself.
    • setTransactionId

      public AcsChatThreadDeletedEventData setTransactionId(String transactionId)
      Set the transactionId property: The transaction id will be used as co-relation vector.
      Overrides:
      setTransactionId in class AcsChatThreadEventInThreadBaseProperties
      Parameters:
      transactionId - the transactionId value to set.
      Returns:
      the AcsChatEventInThreadBaseProperties object itself.
    • setThreadId

      public AcsChatThreadDeletedEventData setThreadId(String threadId)
      Set the threadId property: The chat thread id.
      Overrides:
      setThreadId in class AcsChatThreadEventInThreadBaseProperties
      Parameters:
      threadId - the threadId value to set.
      Returns:
      the AcsChatEventInThreadBaseProperties object itself.