Uses of Class
com.microsoft.graph.models.ChatMessageFromIdentitySet
Packages that use ChatMessageFromIdentitySet
-
Uses of ChatMessageFromIdentitySet in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ChatMessageFromIdentitySetModifier and TypeMethodDescriptionstatic ChatMessageFromIdentitySetChatMessageFromIdentitySet.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueChatMessage.getFrom()Gets the from property value.ChatMessageInfo.getFrom()Gets the from property value.Methods in com.microsoft.graph.models with parameters of type ChatMessageFromIdentitySetModifier and TypeMethodDescriptionvoidChatMessage.setFrom(ChatMessageFromIdentitySet value) Sets the from property value.voidChatMessageInfo.setFrom(ChatMessageFromIdentitySet value) Sets the from property value.