Uses of Class
odata.msgraph.client.enums.ChatMessageActions
-
Packages that use ChatMessageActions Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of ChatMessageActions in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as ChatMessageActions Modifier and Type Field Description protected ChatMessageActionsChatMessageHistoryItem. actionsMethods in odata.msgraph.client.complex that return types with arguments of type ChatMessageActions Modifier and Type Method Description Optional<ChatMessageActions>ChatMessageHistoryItem. getActions()Methods in odata.msgraph.client.complex with parameters of type ChatMessageActions Modifier and Type Method Description ChatMessageHistoryItem.BuilderChatMessageHistoryItem.Builder. actions(ChatMessageActions actions)ChatMessageHistoryItemChatMessageHistoryItem. withActions(ChatMessageActions actions) -
Uses of ChatMessageActions in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ChatMessageActions Modifier and Type Method Description static ChatMessageActionsChatMessageActions. valueOf(String name)Returns the enum constant of this type with the specified name.static ChatMessageActions[]ChatMessageActions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-