Uses of Class
com.microsoft.graph.models.EngagementIdentitySet
Packages that use EngagementIdentitySet
-
Uses of EngagementIdentitySet in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EngagementIdentitySetModifier and TypeMethodDescriptionstatic EngagementIdentitySetEngagementIdentitySet.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueEngagementConversationMessage.getFrom()Gets the from property value.OnlineMeetingEngagementConversation.getOrganizer()Gets the organizer property value.EngagementConversationMessageReaction.getReactionBy()Gets the reactionBy property value.Methods in com.microsoft.graph.models with parameters of type EngagementIdentitySetModifier and TypeMethodDescriptionvoidEngagementConversationMessage.setFrom(EngagementIdentitySet value) Sets the from property value.voidOnlineMeetingEngagementConversation.setOrganizer(EngagementIdentitySet value) Sets the organizer property value.voidEngagementConversationMessageReaction.setReactionBy(EngagementIdentitySet value) Sets the reactionBy property value.