Uses of Class
odata.msgraph.client.complex.SynchronizationSchedule
-
Packages that use SynchronizationSchedule Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of SynchronizationSchedule in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return SynchronizationSchedule Modifier and Type Method Description SynchronizationScheduleSynchronizationSchedule.Builder. build()SynchronizationScheduleSynchronizationSchedule. withExpiration(OffsetDateTime expiration)SynchronizationScheduleSynchronizationSchedule. withInterval(Duration interval)SynchronizationScheduleSynchronizationSchedule. withState(SynchronizationScheduleState state)SynchronizationScheduleSynchronizationSchedule. withUnmappedField(String name, Object value) -
Uses of SynchronizationSchedule in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as SynchronizationSchedule Modifier and Type Field Description protected SynchronizationScheduleSynchronizationJob. scheduleMethods in odata.msgraph.client.entity that return types with arguments of type SynchronizationSchedule Modifier and Type Method Description Optional<SynchronizationSchedule>SynchronizationJob. getSchedule()Methods in odata.msgraph.client.entity with parameters of type SynchronizationSchedule Modifier and Type Method Description SynchronizationJob.BuilderSynchronizationJob.Builder. schedule(SynchronizationSchedule schedule)SynchronizationJobSynchronizationJob. withSchedule(SynchronizationSchedule schedule)
-