Uses of Enum
com.microsoft.graph.models.SynchronizationScheduleState
Packages that use SynchronizationScheduleState
-
Uses of SynchronizationScheduleState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SynchronizationScheduleStateModifier and TypeMethodDescriptionstatic SynchronizationScheduleStateSynchronizationSchedule.getState()Gets the state property value.static SynchronizationScheduleStateReturns 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.Methods in com.microsoft.graph.models with parameters of type SynchronizationScheduleStateModifier and TypeMethodDescriptionvoidSynchronizationSchedule.setState(SynchronizationScheduleState value) Sets the state property value.