Uses of Class
com.azure.messaging.eventgrid.systemevents.CommunicationIdentifierModel
Packages that use CommunicationIdentifierModel
Package
Description
Package containing the data models for SystemEvents.
-
Uses of CommunicationIdentifierModel in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return CommunicationIdentifierModelModifier and TypeMethodDescriptionstatic CommunicationIdentifierModelCommunicationIdentifierModel.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CommunicationIdentifierModel from the JsonReader.AcsChatParticipantAddedToThreadEventData.getAddedByCommunicationIdentifier()Get the addedByCommunicationIdentifier property: The communication identifier of the user who added the user.AcsChatParticipantAddedToThreadWithUserEventData.getAddedByCommunicationIdentifier()Get the addedByCommunicationIdentifier property: The communication identifier of the user who added the user.AcsChatThreadCreatedEventData.getCreatedByCommunicationIdentifier()Get the createdByCommunicationIdentifier property: The communication identifier of the user who created the thread.AcsChatThreadCreatedWithUserEventData.getCreatedByCommunicationIdentifier()Get the createdByCommunicationIdentifier property: The communication identifier of the user who created the thread.AcsChatThreadDeletedEventData.getDeletedByCommunicationIdentifier()Get the deletedByCommunicationIdentifier property: The communication identifier of the user who deleted the thread.AcsChatThreadWithUserDeletedEventData.getDeletedByCommunicationIdentifier()Get the deletedByCommunicationIdentifier property: The communication identifier of the user who deleted the thread.AcsChatThreadPropertiesUpdatedEventData.getEditedByCommunicationIdentifier()Get the editedByCommunicationIdentifier property: The communication identifier of the user who updated the thread properties.AcsChatThreadPropertiesUpdatedPerUserEventData.getEditedByCommunicationIdentifier()Get the editedByCommunicationIdentifier property: The communication identifier of the user who updated the thread properties.AcsIncomingCallEventData.getFromCommunicationIdentifier()Get the fromCommunicationIdentifier property: The communication identifier of the user who initiated the call.AcsIncomingCallEventData.getOnBehalfOfCommunicationIdentifier()Get the onBehalfOfCommunicationIdentifier property: The communication identifier of the user on behalf of whom the call is made.AcsChatThreadParticipantProperties.getParticipantCommunicationIdentifier()Get the participantCommunicationIdentifier property: The communication identifier of the user.AcsChatEventBaseProperties.getRecipientCommunicationIdentifier()Get the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatParticipantRemovedFromThreadEventData.getRemovedByCommunicationIdentifier()Get the removedByCommunicationIdentifier property: The communication identifier of the user who removed the user.AcsChatParticipantRemovedFromThreadWithUserEventData.getRemovedByCommunicationIdentifier()Get the removedByCommunicationIdentifier property: The communication identifier of the user who removed the user.AcsChatMessageEventBaseProperties.getSenderCommunicationIdentifier()Get the senderCommunicationIdentifier property: The communication identifier of the sender.AcsChatMessageEventInThreadBaseProperties.getSenderCommunicationIdentifier()Get the senderCommunicationIdentifier property: The communication identifier of the sender.AcsIncomingCallEventData.getToCommunicationIdentifier()Get the toCommunicationIdentifier property: The communication identifier of the target user.AcsUserDisconnectedEventData.getUserCommunicationIdentifier()Get the userCommunicationIdentifier property: The communication identifier of the user who was disconnected.Constructors in com.azure.messaging.eventgrid.systemevents with parameters of type CommunicationIdentifierModelModifierConstructorDescriptionprotectedAcsChatEventBaseProperties(CommunicationIdentifierModel recipientCommunicationIdentifier) Creates an instance of AcsChatEventBaseProperties class.protectedAcsChatMessageEventBaseProperties(CommunicationIdentifierModel recipientCommunicationIdentifier, CommunicationIdentifierModel senderCommunicationIdentifier, OffsetDateTime composeTime) Creates an instance of AcsChatMessageEventBaseProperties class.protectedAcsChatMessageEventInThreadBaseProperties(CommunicationIdentifierModel senderCommunicationIdentifier, OffsetDateTime composeTime) Creates an instance of AcsChatMessageEventInThreadBaseProperties class.protectedAcsChatThreadEventBaseProperties(CommunicationIdentifierModel recipientCommunicationIdentifier, OffsetDateTime createTime) Creates an instance of AcsChatThreadEventBaseProperties class.