Class MicrosoftGraphStatus
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<MicrosoftGraphStatus>
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphStatus
-
public final class MicrosoftGraphStatus extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphStatus>
Defines values for MicrosoftGraphStatus.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphStatusACTIVEStatic value active for MicrosoftGraphStatus.static MicrosoftGraphStatusDELETEDStatic value deleted for MicrosoftGraphStatus.static MicrosoftGraphStatusIGNOREDStatic value ignored for MicrosoftGraphStatus.static MicrosoftGraphStatusUNKNOWN_FUTURE_VALUEStatic value unknownFutureValue for MicrosoftGraphStatus.static MicrosoftGraphStatusUPDATEDStatic value updated for MicrosoftGraphStatus.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphStatus()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphStatusfromString(String name)Creates or finds a MicrosoftGraphStatus from its string representation.static Collection<MicrosoftGraphStatus>values()
-
-
-
Field Detail
-
ACTIVE
public static final MicrosoftGraphStatus ACTIVE
Static value active for MicrosoftGraphStatus.
-
UPDATED
public static final MicrosoftGraphStatus UPDATED
Static value updated for MicrosoftGraphStatus.
-
DELETED
public static final MicrosoftGraphStatus DELETED
Static value deleted for MicrosoftGraphStatus.
-
IGNORED
public static final MicrosoftGraphStatus IGNORED
Static value ignored for MicrosoftGraphStatus.
-
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphStatus UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphStatus.
-
-
Method Detail
-
fromString
public static MicrosoftGraphStatus fromString(String name)
Creates or finds a MicrosoftGraphStatus from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphStatus.
-
values
public static Collection<MicrosoftGraphStatus> values()
- Returns:
- known MicrosoftGraphStatus values.
-
-