Uses of Class
odata.msgraph.client.enums.SynchronizationJobRestartScope
-
Packages that use SynchronizationJobRestartScope Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of SynchronizationJobRestartScope in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as SynchronizationJobRestartScope Modifier and Type Field Description protected SynchronizationJobRestartScopeSynchronizationJobRestartCriteria. resetScopeMethods in odata.msgraph.client.complex that return types with arguments of type SynchronizationJobRestartScope Modifier and Type Method Description Optional<SynchronizationJobRestartScope>SynchronizationJobRestartCriteria. getResetScope()Methods in odata.msgraph.client.complex with parameters of type SynchronizationJobRestartScope Modifier and Type Method Description SynchronizationJobRestartCriteria.BuilderSynchronizationJobRestartCriteria.Builder. resetScope(SynchronizationJobRestartScope resetScope)SynchronizationJobRestartCriteriaSynchronizationJobRestartCriteria. withResetScope(SynchronizationJobRestartScope resetScope) -
Uses of SynchronizationJobRestartScope in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return SynchronizationJobRestartScope Modifier and Type Method Description static SynchronizationJobRestartScopeSynchronizationJobRestartScope. valueOf(String name)Returns the enum constant of this type with the specified name.static SynchronizationJobRestartScope[]SynchronizationJobRestartScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-