Uses of Class
odata.msgraph.client.complex.ChatMessageReactionIdentitySet
-
Packages that use ChatMessageReactionIdentitySet Package Description odata.msgraph.client.complex -
-
Uses of ChatMessageReactionIdentitySet in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as ChatMessageReactionIdentitySet Modifier and Type Field Description protected ChatMessageReactionIdentitySetChatMessageReaction. userMethods in odata.msgraph.client.complex that return ChatMessageReactionIdentitySet Modifier and Type Method Description ChatMessageReactionIdentitySetChatMessageReactionIdentitySet.Builder. build()ChatMessageReactionIdentitySetChatMessageReactionIdentitySet. withUnmappedField(String name, String value)Methods in odata.msgraph.client.complex that return types with arguments of type ChatMessageReactionIdentitySet Modifier and Type Method Description Optional<ChatMessageReactionIdentitySet>ChatMessageReaction. getUser()Methods in odata.msgraph.client.complex with parameters of type ChatMessageReactionIdentitySet Modifier and Type Method Description ChatMessageReaction.BuilderChatMessageReaction.Builder. user(ChatMessageReactionIdentitySet user)ChatMessageReactionChatMessageReaction. withUser(ChatMessageReactionIdentitySet user)
-