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 MicrosoftGraphScheduleChangeStateMicrosoftGraphScheduleChangeState. APPROVEDStatic value approved for MicrosoftGraphScheduleChangeState.static MicrosoftGraphScheduleChangeStateMicrosoftGraphScheduleChangeState. DECLINEDStatic value declined for MicrosoftGraphScheduleChangeState.static MicrosoftGraphScheduleChangeStateMicrosoftGraphScheduleChangeState. PENDINGStatic value pending for MicrosoftGraphScheduleChangeState.static MicrosoftGraphScheduleChangeStateMicrosoftGraphScheduleChangeState. UNKNOWN_FUTURE_VALUEStatic value unknownFutureValue for MicrosoftGraphScheduleChangeState.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphScheduleChangeState Modifier and Type Method Description static MicrosoftGraphScheduleChangeStateMicrosoftGraphScheduleChangeState. fromString(String name)Creates or finds a MicrosoftGraphScheduleChangeState from its string representation.MicrosoftGraphScheduleChangeStateMicrosoftGraphScheduleChangeRequest. 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 MicrosoftGraphOfferShiftRequestMicrosoftGraphOfferShiftRequest. withState(MicrosoftGraphScheduleChangeState state)Set the state property: The state property.MicrosoftGraphOpenShiftChangeRequestMicrosoftGraphOpenShiftChangeRequest. withState(MicrosoftGraphScheduleChangeState state)Set the state property: The state property.MicrosoftGraphScheduleChangeRequestMicrosoftGraphScheduleChangeRequest. withState(MicrosoftGraphScheduleChangeState state)Set the state property: The state property.MicrosoftGraphSwapShiftsChangeRequestMicrosoftGraphSwapShiftsChangeRequest. withState(MicrosoftGraphScheduleChangeState state)Set the state property: The state property.MicrosoftGraphTimeOffRequestMicrosoftGraphTimeOffRequest. withState(MicrosoftGraphScheduleChangeState state)Set the state property: The state property.
-