Uses of Enum
com.microsoft.graph.models.ChatMessageActions
Packages that use ChatMessageActions
-
Uses of ChatMessageActions in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ChatMessageActionsModifier and TypeMethodDescriptionstatic ChatMessageActionsstatic ChatMessageActionsReturns 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.Methods in com.microsoft.graph.models that return types with arguments of type ChatMessageActionsModifier and TypeMethodDescriptionChatMessageHistoryItem.getActions()Gets the actions property value.Method parameters in com.microsoft.graph.models with type arguments of type ChatMessageActionsModifier and TypeMethodDescriptionvoidChatMessageHistoryItem.setActions(EnumSet<ChatMessageActions> value) Sets the actions property value.