Class MicrosoftGraphActionState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphActionState>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphActionState
public final class MicrosoftGraphActionState
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphActionState>
actionState.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphActionStateStatic value active for MicrosoftGraphActionState.static final MicrosoftGraphActionStateStatic value canceled for MicrosoftGraphActionState.static final MicrosoftGraphActionStateStatic value done for MicrosoftGraphActionState.static final MicrosoftGraphActionStateStatic value failed for MicrosoftGraphActionState.static final MicrosoftGraphActionStateStatic value none for MicrosoftGraphActionState.static final MicrosoftGraphActionStateStatic value notSupported for MicrosoftGraphActionState.static final MicrosoftGraphActionStateStatic value pending for MicrosoftGraphActionState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MicrosoftGraphActionStatefromString(String name) Creates or finds a MicrosoftGraphActionState from its string representation.static Collection<MicrosoftGraphActionState>values()Gets known MicrosoftGraphActionState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value none for MicrosoftGraphActionState. -
PENDING
Static value pending for MicrosoftGraphActionState. -
CANCELED
Static value canceled for MicrosoftGraphActionState. -
ACTIVE
Static value active for MicrosoftGraphActionState. -
DONE
Static value done for MicrosoftGraphActionState. -
FAILED
Static value failed for MicrosoftGraphActionState. -
NOT_SUPPORTED
Static value notSupported for MicrosoftGraphActionState.
-
-
Constructor Details
-
MicrosoftGraphActionState
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphActionState value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphActionState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphActionState.
-
values
Gets known MicrosoftGraphActionState values.- Returns:
- known MicrosoftGraphActionState values.
-
fromString(String)factory method.