Class MicrosoftGraphChatMessagePolicyViolationDlpActionTypes
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphChatMessagePolicyViolationDlpActionTypes>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessagePolicyViolationDlpActionTypes
public final class MicrosoftGraphChatMessagePolicyViolationDlpActionTypes
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphChatMessagePolicyViolationDlpActionTypes>
chatMessagePolicyViolationDlpActionTypes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionStatic value blockAccess for MicrosoftGraphChatMessagePolicyViolationDlpActionTypes.Static value blockAccessExternal for MicrosoftGraphChatMessagePolicyViolationDlpActionTypes.Static value none for MicrosoftGraphChatMessagePolicyViolationDlpActionTypes.Static value notifySender for MicrosoftGraphChatMessagePolicyViolationDlpActionTypes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphChatMessagePolicyViolationDlpActionTypes from its string representation.values()Gets known MicrosoftGraphChatMessagePolicyViolationDlpActionTypes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value none for MicrosoftGraphChatMessagePolicyViolationDlpActionTypes. -
NOTIFY_SENDER
Static value notifySender for MicrosoftGraphChatMessagePolicyViolationDlpActionTypes. -
BLOCK_ACCESS
Static value blockAccess for MicrosoftGraphChatMessagePolicyViolationDlpActionTypes. -
BLOCK_ACCESS_EXTERNAL
Static value blockAccessExternal for MicrosoftGraphChatMessagePolicyViolationDlpActionTypes.
-
-
Constructor Details
-
MicrosoftGraphChatMessagePolicyViolationDlpActionTypes
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphChatMessagePolicyViolationDlpActionTypes value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphChatMessagePolicyViolationDlpActionTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphChatMessagePolicyViolationDlpActionTypes.
-
values
Gets known MicrosoftGraphChatMessagePolicyViolationDlpActionTypes values.- Returns:
- known MicrosoftGraphChatMessagePolicyViolationDlpActionTypes values.
-
fromString(String)factory method.