Uses of Class
odata.msgraph.client.enums.SynchronizationScheduleState
-
Packages that use SynchronizationScheduleState Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of SynchronizationScheduleState in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as SynchronizationScheduleState Modifier and Type Field Description protected SynchronizationScheduleStateSynchronizationSchedule. stateMethods in odata.msgraph.client.complex that return types with arguments of type SynchronizationScheduleState Modifier and Type Method Description Optional<SynchronizationScheduleState>SynchronizationSchedule. getState()Methods in odata.msgraph.client.complex with parameters of type SynchronizationScheduleState Modifier and Type Method Description SynchronizationSchedule.BuilderSynchronizationSchedule.Builder. state(SynchronizationScheduleState state)SynchronizationScheduleSynchronizationSchedule. withState(SynchronizationScheduleState state) -
Uses of SynchronizationScheduleState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return SynchronizationScheduleState Modifier and Type Method Description static SynchronizationScheduleStateSynchronizationScheduleState. valueOf(String name)Returns the enum constant of this type with the specified name.static SynchronizationScheduleState[]SynchronizationScheduleState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-