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