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>
scheduleChangeState.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphScheduleChangeStateStatic value approved for MicrosoftGraphScheduleChangeState.static final MicrosoftGraphScheduleChangeStateStatic value declined for MicrosoftGraphScheduleChangeState.static final MicrosoftGraphScheduleChangeStateStatic value pending for MicrosoftGraphScheduleChangeState.static final MicrosoftGraphScheduleChangeStateStatic value unknownFutureValue for MicrosoftGraphScheduleChangeState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphScheduleChangeState from its string representation.values()Gets known MicrosoftGraphScheduleChangeState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
PENDING
Static value pending for MicrosoftGraphScheduleChangeState. -
APPROVED
Static value approved for MicrosoftGraphScheduleChangeState. -
DECLINED
Static value declined for MicrosoftGraphScheduleChangeState. -
UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphScheduleChangeState.
-
-
Constructor Details
-
MicrosoftGraphScheduleChangeState
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphScheduleChangeState value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphScheduleChangeState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphScheduleChangeState.
-
values
Gets known MicrosoftGraphScheduleChangeState values.- Returns:
- known MicrosoftGraphScheduleChangeState values.
-
fromString(String)factory method.