Class AcsChatParticipantAddedToThreadEventData


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

      • AcsChatParticipantAddedToThreadEventData

        public AcsChatParticipantAddedToThreadEventData()
    • Method Detail

      • getTime

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

        public AcsChatParticipantAddedToThreadEventData setTime​(OffsetDateTime time)
        Set the time property: The time at which the user was added to the thread.
        Parameters:
        time - the time value to set.
        Returns:
        the AcsChatParticipantAddedToThreadEventData object itself.
      • getAddedByCommunicationIdentifier

        public CommunicationIdentifierModel getAddedByCommunicationIdentifier()
        Get the addedByCommunicationIdentifier property: The communication identifier of the user who added the user.
        Returns:
        the addedByCommunicationIdentifier value.
      • setAddedByCommunicationIdentifier

        public AcsChatParticipantAddedToThreadEventData setAddedByCommunicationIdentifier​(CommunicationIdentifierModel addedByCommunicationIdentifier)
        Set the addedByCommunicationIdentifier property: The communication identifier of the user who added the user.
        Parameters:
        addedByCommunicationIdentifier - the addedByCommunicationIdentifier value to set.
        Returns:
        the AcsChatParticipantAddedToThreadEventData object itself.
      • getParticipantAdded

        public AcsChatThreadParticipantProperties getParticipantAdded()
        Get the participantAdded property: The details of the user who was added.
        Returns:
        the participantAdded value.
      • getVersion

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

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