MicrosoftGraphScheduleChangeState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphScheduleChangeState
- com.
- com.
public final class MicrosoftGraphScheduleChangeState
extends ExpandableStringEnum<MicrosoftGraphScheduleChangeState>
scheduleChangeState.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
APPROVED
Static value approved for Microsoft |
static final
Microsoft |
DECLINED
Static value declined for Microsoft |
static final
Microsoft |
PENDING
Static value pending for Microsoft |
static final
Microsoft |
UNKNOWN_FUTURE_VALUE
Static value unknown |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphScheduleChangeState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Microsoft |
fromString(String name)
Creates or finds a Microsoft |
static
Collection<Microsoft |
values()
Gets known Microsoft |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
APPROVED
public static final MicrosoftGraphScheduleChangeState APPROVED
Static value approved for MicrosoftGraphScheduleChangeState.
DECLINED
public static final MicrosoftGraphScheduleChangeState DECLINED
Static value declined for MicrosoftGraphScheduleChangeState.
PENDING
public static final MicrosoftGraphScheduleChangeState PENDING
Static value pending for MicrosoftGraphScheduleChangeState.
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphScheduleChangeState UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphScheduleChangeState.
Constructor Details
MicrosoftGraphScheduleChangeState
@Deprecated
public MicrosoftGraphScheduleChangeState()
Deprecated
Creates a new instance of MicrosoftGraphScheduleChangeState value.
Method Details
fromString
public static MicrosoftGraphScheduleChangeState fromString(String name)
Creates or finds a MicrosoftGraphScheduleChangeState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphScheduleChangeState values.
Returns:
Applies to
Azure SDK for Java