Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphScheduleChangeState
-
Packages that use MicrosoftGraphScheduleChangeState Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphScheduleChangeState in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphScheduleChangeState Modifier and Type Field Description static MicrosoftGraphScheduleChangeState
MicrosoftGraphScheduleChangeState. APPROVED
Static value approved for MicrosoftGraphScheduleChangeState.static MicrosoftGraphScheduleChangeState
MicrosoftGraphScheduleChangeState. DECLINED
Static value declined for MicrosoftGraphScheduleChangeState.static MicrosoftGraphScheduleChangeState
MicrosoftGraphScheduleChangeState. PENDING
Static value pending for MicrosoftGraphScheduleChangeState.static MicrosoftGraphScheduleChangeState
MicrosoftGraphScheduleChangeState. UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphScheduleChangeState.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphScheduleChangeState Modifier and Type Method Description static MicrosoftGraphScheduleChangeState
MicrosoftGraphScheduleChangeState. fromString(String name)
Creates or finds a MicrosoftGraphScheduleChangeState from its string representation.MicrosoftGraphScheduleChangeState
MicrosoftGraphScheduleChangeRequest. state()
Get the state property: The state property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphScheduleChangeState Modifier and Type Method Description static Collection<MicrosoftGraphScheduleChangeState>
MicrosoftGraphScheduleChangeState. values()
Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphScheduleChangeState Modifier and Type Method Description MicrosoftGraphOfferShiftRequest
MicrosoftGraphOfferShiftRequest. withState(MicrosoftGraphScheduleChangeState state)
Set the state property: The state property.MicrosoftGraphOpenShiftChangeRequest
MicrosoftGraphOpenShiftChangeRequest. withState(MicrosoftGraphScheduleChangeState state)
Set the state property: The state property.MicrosoftGraphScheduleChangeRequest
MicrosoftGraphScheduleChangeRequest. withState(MicrosoftGraphScheduleChangeState state)
Set the state property: The state property.MicrosoftGraphSwapShiftsChangeRequest
MicrosoftGraphSwapShiftsChangeRequest. withState(MicrosoftGraphScheduleChangeState state)
Set the state property: The state property.MicrosoftGraphTimeOffRequest
MicrosoftGraphTimeOffRequest. withState(MicrosoftGraphScheduleChangeState state)
Set the state property: The state property.
-