Uses of Class
odata.msgraph.client.beta.enums.ScheduleChangeState
-
Packages that use ScheduleChangeState Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ScheduleChangeState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ScheduleChangeState Modifier and Type Field Description protected ScheduleChangeStateScheduleChangeRequest. stateMethods in odata.msgraph.client.beta.entity that return types with arguments of type ScheduleChangeState Modifier and Type Method Description Optional<ScheduleChangeState>ScheduleChangeRequest. getState()Methods in odata.msgraph.client.beta.entity with parameters of type ScheduleChangeState Modifier and Type Method Description OfferShiftRequest.BuilderOfferShiftRequest.Builder. state(ScheduleChangeState state)OpenShiftChangeRequest.BuilderOpenShiftChangeRequest.Builder. state(ScheduleChangeState state)SwapShiftsChangeRequest.BuilderSwapShiftsChangeRequest.Builder. state(ScheduleChangeState state)TimeOffRequest.BuilderTimeOffRequest.Builder. state(ScheduleChangeState state)ScheduleChangeRequestScheduleChangeRequest. withState(ScheduleChangeState state) -
Uses of ScheduleChangeState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ScheduleChangeState Modifier and Type Method Description static ScheduleChangeStateScheduleChangeState. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduleChangeState[]ScheduleChangeState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-