Uses of Class
com.microsoft.graph.models.ChatMessageReaction
Packages that use ChatMessageReaction
-
Uses of ChatMessageReaction in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ChatMessageReactionModifier and TypeMethodDescriptionstatic ChatMessageReactionChatMessageReaction.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueChatMessageHistoryItem.getReaction()Gets the reaction property value.Methods in com.microsoft.graph.models that return types with arguments of type ChatMessageReactionMethods in com.microsoft.graph.models with parameters of type ChatMessageReactionModifier and TypeMethodDescriptionvoidChatMessageHistoryItem.setReaction(ChatMessageReaction value) Sets the reaction property value.Method parameters in com.microsoft.graph.models with type arguments of type ChatMessageReactionModifier and TypeMethodDescriptionvoidChatMessage.setReactions(List<ChatMessageReaction> value) Sets the reactions property value.