Uses of Enum
com.microsoft.graph.models.ChatMessagePolicyViolationUserActionTypes
Packages that use ChatMessagePolicyViolationUserActionTypes
-
Uses of ChatMessagePolicyViolationUserActionTypes in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ChatMessagePolicyViolationUserActionTypesModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ChatMessagePolicyViolationUserActionTypes.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 ChatMessagePolicyViolationUserActionTypesModifier and TypeMethodDescriptionChatMessagePolicyViolation.getUserAction()Gets the userAction property value.Method parameters in com.microsoft.graph.models with type arguments of type ChatMessagePolicyViolationUserActionTypesModifier and TypeMethodDescriptionvoidChatMessagePolicyViolation.setUserAction(EnumSet<ChatMessagePolicyViolationUserActionTypes> value) Sets the userAction property value.