Class AcsChatParticipantRemovedFromThreadEventData


  • public final class AcsChatParticipantRemovedFromThreadEventData
    extends AcsChatEventInThreadBaseProperties
    Schema of the Data property of an EventGridEvent for a Microsoft.Communication.ChatThreadParticipantRemoved event.
    • Constructor Detail

      • AcsChatParticipantRemovedFromThreadEventData

        public AcsChatParticipantRemovedFromThreadEventData()
    • Method Detail

      • getTime

        public OffsetDateTime getTime()
        Get the time property: The time at which the user was removed to the thread.
        Returns:
        the time value.
      • getRemovedByCommunicationIdentifier

        public CommunicationIdentifierModel getRemovedByCommunicationIdentifier()
        Get the removedByCommunicationIdentifier property: The communication identifier of the user who removed the user.
        Returns:
        the removedByCommunicationIdentifier value.
      • setRemovedByCommunicationIdentifier

        public AcsChatParticipantRemovedFromThreadEventData setRemovedByCommunicationIdentifier​(CommunicationIdentifierModel removedByCommunicationIdentifier)
        Set the removedByCommunicationIdentifier property: The communication identifier of the user who removed the user.
        Parameters:
        removedByCommunicationIdentifier - the removedByCommunicationIdentifier value to set.
        Returns:
        the AcsChatParticipantRemovedFromThreadEventData object itself.
      • getParticipantRemoved

        public AcsChatThreadParticipantProperties getParticipantRemoved()
        Get the participantRemoved property: The details of the user who was removed.
        Returns:
        the participantRemoved value.
      • getVersion

        public Long getVersion()
        Get the version property: The version of the thread.
        Returns:
        the version value.
      • setVersion

        public AcsChatParticipantRemovedFromThreadEventData setVersion​(Long version)
        Set the version property: The version of the thread.
        Parameters:
        version - the version value to set.
        Returns:
        the AcsChatParticipantRemovedFromThreadEventData object itself.