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