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>
Defines values for MicrosoftGraphActionState.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphActionState
ACTIVE
Static value active for MicrosoftGraphActionState.static MicrosoftGraphActionState
CANCELED
Static value canceled for MicrosoftGraphActionState.static MicrosoftGraphActionState
DONE
Static value done for MicrosoftGraphActionState.static MicrosoftGraphActionState
FAILED
Static value failed for MicrosoftGraphActionState.static MicrosoftGraphActionState
NONE
Static value none for MicrosoftGraphActionState.static MicrosoftGraphActionState
NOT_SUPPORTED
Static value notSupported for MicrosoftGraphActionState.static MicrosoftGraphActionState
PENDING
Static value pending for MicrosoftGraphActionState.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphActionState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphActionState
fromString(String name)
Creates or finds a MicrosoftGraphActionState from its string representation.static Collection<MicrosoftGraphActionState>
values()
-
-
-
Field Detail
-
NONE
public static final MicrosoftGraphActionState NONE
Static value none for MicrosoftGraphActionState.
-
PENDING
public static final MicrosoftGraphActionState PENDING
Static value pending for MicrosoftGraphActionState.
-
CANCELED
public static final MicrosoftGraphActionState CANCELED
Static value canceled for MicrosoftGraphActionState.
-
ACTIVE
public static final MicrosoftGraphActionState ACTIVE
Static value active for MicrosoftGraphActionState.
-
DONE
public static final MicrosoftGraphActionState DONE
Static value done for MicrosoftGraphActionState.
-
FAILED
public static final MicrosoftGraphActionState FAILED
Static value failed for MicrosoftGraphActionState.
-
NOT_SUPPORTED
public static final MicrosoftGraphActionState NOT_SUPPORTED
Static value notSupported for MicrosoftGraphActionState.
-
-
Method Detail
-
fromString
public static MicrosoftGraphActionState fromString(String name)
Creates or finds a MicrosoftGraphActionState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding MicrosoftGraphActionState.
-
values
public static Collection<MicrosoftGraphActionState> values()
- Returns:
- known MicrosoftGraphActionState values.
-
-