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
Fields in odata.msgraph.client.complex declared as ChatMessageReaction Modifier and Type Field Description protected ChatMessageReactionChatMessageHistoryItem. reactionMethods 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, Object value)ChatMessageReactionChatMessageReaction. withUser(ChatMessageReactionIdentitySet user)Methods in odata.msgraph.client.complex that return types with arguments of type ChatMessageReaction Modifier and Type Method Description Optional<ChatMessageReaction>ChatMessageHistoryItem. getReaction()Methods in odata.msgraph.client.complex with parameters of type ChatMessageReaction Modifier and Type Method Description ChatMessageHistoryItem.BuilderChatMessageHistoryItem.Builder. reaction(ChatMessageReaction reaction)ChatMessageHistoryItemChatMessageHistoryItem. withReaction(ChatMessageReaction reaction) -
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)
-