Uses of Class
com.azure.messaging.eventgrid.systemevents.CommunicationIdentifierModel
Packages that use CommunicationIdentifierModel
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of CommunicationIdentifierModel in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return CommunicationIdentifierModelModifier and TypeMethodDescriptionAcsChatParticipantAddedToThreadEventData.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.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.CommunicationIdentifierModel.setCommunicationUser(CommunicationUserIdentifierModel communicationUser) Set the communicationUser property: The communication user.CommunicationIdentifierModel.setMicrosoftTeamsUser(MicrosoftTeamsUserIdentifierModel microsoftTeamsUser) Set the microsoftTeamsUser property: The Microsoft Teams user.CommunicationIdentifierModel.setPhoneNumber(PhoneNumberIdentifierModel phoneNumber) Set the phoneNumber property: The phone number.Set the rawId property: Raw Id of the identifier.Methods in com.azure.messaging.eventgrid.systemevents with parameters of type CommunicationIdentifierModelModifier and TypeMethodDescriptionAcsChatParticipantAddedToThreadEventData.setAddedByCommunicationIdentifier(CommunicationIdentifierModel addedByCommunicationIdentifier) Set the addedByCommunicationIdentifier property: The communication identifier of the user who added the user.AcsChatParticipantAddedToThreadWithUserEventData.setAddedByCommunicationIdentifier(CommunicationIdentifierModel addedByCommunicationIdentifier) Set the addedByCommunicationIdentifier property: The communication identifier of the user who added the user.AcsChatThreadCreatedEventData.setCreatedByCommunicationIdentifier(CommunicationIdentifierModel createdByCommunicationIdentifier) Set the createdByCommunicationIdentifier property: The communication identifier of the user who created the thread.AcsChatThreadCreatedWithUserEventData.setCreatedByCommunicationIdentifier(CommunicationIdentifierModel createdByCommunicationIdentifier) Set the createdByCommunicationIdentifier property: The communication identifier of the user who created the thread.AcsChatThreadDeletedEventData.setDeletedByCommunicationIdentifier(CommunicationIdentifierModel deletedByCommunicationIdentifier) Set the deletedByCommunicationIdentifier property: The communication identifier of the user who deleted the thread.AcsChatThreadWithUserDeletedEventData.setDeletedByCommunicationIdentifier(CommunicationIdentifierModel deletedByCommunicationIdentifier) Set the deletedByCommunicationIdentifier property: The communication identifier of the user who deleted the thread.AcsChatThreadPropertiesUpdatedEventData.setEditedByCommunicationIdentifier(CommunicationIdentifierModel editedByCommunicationIdentifier) Set the editedByCommunicationIdentifier property: The communication identifier of the user who updated the thread properties.AcsChatThreadPropertiesUpdatedPerUserEventData.setEditedByCommunicationIdentifier(CommunicationIdentifierModel editedByCommunicationIdentifier) Set the editedByCommunicationIdentifier property: The communication identifier of the user who updated the thread properties.AcsIncomingCallEventData.setFromCommunicationIdentifier(CommunicationIdentifierModel fromCommunicationIdentifier) Set the fromCommunicationIdentifier property: The communication identifier of the user who initiated the call.AcsChatThreadParticipantProperties.setParticipantCommunicationIdentifier(CommunicationIdentifierModel participantCommunicationIdentifier) Set the participantCommunicationIdentifier property: The communication identifier of the user.AcsChatEventBaseProperties.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatMessageDeletedEventData.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatMessageEditedEventData.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatMessageEventBaseProperties.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatMessageReceivedEventData.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatParticipantAddedToThreadWithUserEventData.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatParticipantRemovedFromThreadWithUserEventData.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatThreadCreatedWithUserEventData.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatThreadEventBaseProperties.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatThreadPropertiesUpdatedPerUserEventData.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatThreadWithUserDeletedEventData.setRecipientCommunicationIdentifier(CommunicationIdentifierModel recipientCommunicationIdentifier) Set the recipientCommunicationIdentifier property: The communication identifier of the target user.AcsChatParticipantRemovedFromThreadEventData.setRemovedByCommunicationIdentifier(CommunicationIdentifierModel removedByCommunicationIdentifier) Set the removedByCommunicationIdentifier property: The communication identifier of the user who removed the user.AcsChatParticipantRemovedFromThreadWithUserEventData.setRemovedByCommunicationIdentifier(CommunicationIdentifierModel removedByCommunicationIdentifier) Set the removedByCommunicationIdentifier property: The communication identifier of the user who removed the user.AcsChatMessageDeletedEventData.setSenderCommunicationIdentifier(CommunicationIdentifierModel senderCommunicationIdentifier) Set the senderCommunicationIdentifier property: The communication identifier of the sender.AcsChatMessageDeletedInThreadEventData.setSenderCommunicationIdentifier(CommunicationIdentifierModel senderCommunicationIdentifier) Set the senderCommunicationIdentifier property: The communication identifier of the sender.AcsChatMessageEditedEventData.setSenderCommunicationIdentifier(CommunicationIdentifierModel senderCommunicationIdentifier) Set the senderCommunicationIdentifier property: The communication identifier of the sender.AcsChatMessageEditedInThreadEventData.setSenderCommunicationIdentifier(CommunicationIdentifierModel senderCommunicationIdentifier) Set the senderCommunicationIdentifier property: The communication identifier of the sender.AcsChatMessageEventBaseProperties.setSenderCommunicationIdentifier(CommunicationIdentifierModel senderCommunicationIdentifier) Set the senderCommunicationIdentifier property: The communication identifier of the sender.AcsChatMessageEventInThreadBaseProperties.setSenderCommunicationIdentifier(CommunicationIdentifierModel senderCommunicationIdentifier) Set the senderCommunicationIdentifier property: The communication identifier of the sender.AcsChatMessageReceivedEventData.setSenderCommunicationIdentifier(CommunicationIdentifierModel senderCommunicationIdentifier) Set the senderCommunicationIdentifier property: The communication identifier of the sender.AcsChatMessageReceivedInThreadEventData.setSenderCommunicationIdentifier(CommunicationIdentifierModel senderCommunicationIdentifier) Set the senderCommunicationIdentifier property: The communication identifier of the sender.AcsIncomingCallEventData.setToCommunicationIdentifier(CommunicationIdentifierModel toCommunicationIdentifier) Set the toCommunicationIdentifier property: The communication identifier of the target user.AcsUserDisconnectedEventData.setUserCommunicationIdentifier(CommunicationIdentifierModel userCommunicationIdentifier) Set the userCommunicationIdentifier property: The communication identifier of the user who was disconnected.