Uses of Class
odata.msgraph.client.complex.ChatMessageReaction
-
Packages that use ChatMessageReaction Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ChatMessageReaction in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ChatMessageReaction Modifier and Type Method Description ChatMessageReactionChatMessageReaction.Builder. build()ChatMessageReactionChatMessageReaction. withCreatedDateTime(OffsetDateTime createdDateTime)ChatMessageReactionChatMessageReaction. withReactionType(String reactionType)ChatMessageReactionChatMessageReaction. withUnmappedField(String name, String value)ChatMessageReactionChatMessageReaction. withUser(ChatMessageReactionIdentitySet user) -
Uses of ChatMessageReaction in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ChatMessageReaction Modifier and Type Field Description protected List<ChatMessageReaction>ChatMessage. reactionsMethods in odata.msgraph.client.entity that return types with arguments of type ChatMessageReaction Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ChatMessageReaction>ChatMessage. getReactions()com.github.davidmoten.odata.client.CollectionPage<ChatMessageReaction>ChatMessage. getReactions(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type ChatMessageReaction Modifier and Type Method Description ChatMessage.BuilderChatMessage.Builder. reactions(ChatMessageReaction... reactions)Method parameters in odata.msgraph.client.entity with type arguments of type ChatMessageReaction Modifier and Type Method Description ChatMessage.BuilderChatMessage.Builder. reactions(List<ChatMessageReaction> reactions)ChatMessageChatMessage. withReactions(List<ChatMessageReaction> reactions)
-