Class AcsChatThreadDeletedEventData


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

      • AcsChatThreadDeletedEventData

        public AcsChatThreadDeletedEventData()
    • Method Detail

      • 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.