Class AcsChatThreadCreatedEventData


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

      • AcsChatThreadCreatedEventData

        public AcsChatThreadCreatedEventData()
    • Method Detail

      • getCreatedByCommunicationIdentifier

        public CommunicationIdentifierModel getCreatedByCommunicationIdentifier()
        Get the createdByCommunicationIdentifier property: The communication identifier of the user who created the thread.
        Returns:
        the createdByCommunicationIdentifier value.
      • setCreatedByCommunicationIdentifier

        public AcsChatThreadCreatedEventData setCreatedByCommunicationIdentifier​(CommunicationIdentifierModel createdByCommunicationIdentifier)
        Set the createdByCommunicationIdentifier property: The communication identifier of the user who created the thread.
        Parameters:
        createdByCommunicationIdentifier - the createdByCommunicationIdentifier value to set.
        Returns:
        the AcsChatThreadCreatedEventData object itself.
      • getProperties

        public Map<String,​Object> getProperties()
        Get the properties property: The thread properties.
        Returns:
        the properties value.
      • setProperties

        public AcsChatThreadCreatedEventData setProperties​(Map<String,​Object> properties)
        Set the properties property: The thread properties.
        Parameters:
        properties - the properties value to set.
        Returns:
        the AcsChatThreadCreatedEventData object itself.
      • getParticipants

        public List<AcsChatThreadParticipantProperties> getParticipants()
        Get the participants property: The list of properties of participants who are part of the thread.
        Returns:
        the participants value.
      • setParticipants

        public AcsChatThreadCreatedEventData setParticipants​(List<AcsChatThreadParticipantProperties> participants)
        Set the participants property: The list of properties of participants who are part of the thread.
        Parameters:
        participants - the participants value to set.
        Returns:
        the AcsChatThreadCreatedEventData object itself.