Uses of Class
odata.msgraph.client.complex.SynchronizationSchedule.Builder
-
Packages that use SynchronizationSchedule.Builder Package Description odata.msgraph.client.complex -
-
Uses of SynchronizationSchedule.Builder in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return SynchronizationSchedule.Builder Modifier and Type Method Description static SynchronizationSchedule.BuilderSynchronizationSchedule. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).SynchronizationSchedule.BuilderSynchronizationSchedule.Builder. expiration(OffsetDateTime expiration)SynchronizationSchedule.BuilderSynchronizationSchedule.Builder. interval(Duration interval)SynchronizationSchedule.BuilderSynchronizationSchedule.Builder. state(SynchronizationScheduleState state)
-