Class MicrosoftGraphScheduleChangeState
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<MicrosoftGraphScheduleChangeState>
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphScheduleChangeState
-
public final class MicrosoftGraphScheduleChangeState extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphScheduleChangeState>
Defines values for MicrosoftGraphScheduleChangeState.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphScheduleChangeState
APPROVED
Static value approved for MicrosoftGraphScheduleChangeState.static MicrosoftGraphScheduleChangeState
DECLINED
Static value declined for MicrosoftGraphScheduleChangeState.static MicrosoftGraphScheduleChangeState
PENDING
Static value pending for MicrosoftGraphScheduleChangeState.static MicrosoftGraphScheduleChangeState
UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphScheduleChangeState.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphScheduleChangeState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphScheduleChangeState
fromString(String name)
Creates or finds a MicrosoftGraphScheduleChangeState from its string representation.static Collection<MicrosoftGraphScheduleChangeState>
values()
-
-
-
Field Detail
-
PENDING
public static final MicrosoftGraphScheduleChangeState PENDING
Static value pending for MicrosoftGraphScheduleChangeState.
-
APPROVED
public static final MicrosoftGraphScheduleChangeState APPROVED
Static value approved for MicrosoftGraphScheduleChangeState.
-
DECLINED
public static final MicrosoftGraphScheduleChangeState DECLINED
Static value declined for MicrosoftGraphScheduleChangeState.
-
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphScheduleChangeState UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphScheduleChangeState.
-
-
Method Detail
-
fromString
public static MicrosoftGraphScheduleChangeState fromString(String name)
Creates or finds a MicrosoftGraphScheduleChangeState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding MicrosoftGraphScheduleChangeState.
-
values
public static Collection<MicrosoftGraphScheduleChangeState> values()
- Returns:
- known MicrosoftGraphScheduleChangeState values.
-
-