Uses of Class
odata.msgraph.client.entity.SynchronizationJob
-
Packages that use SynchronizationJob Package Description odata.msgraph.client.entity -
-
Uses of SynchronizationJob in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type SynchronizationJob Modifier and Type Field Description protected List<SynchronizationJob>Synchronization. jobsMethods in odata.msgraph.client.entity that return SynchronizationJob Modifier and Type Method Description SynchronizationJobSynchronizationJob.Builder. build()SynchronizationJobSynchronizationJob. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SynchronizationJobSynchronizationJob. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SynchronizationJobSynchronizationJob. withBulkUpload(BulkUpload bulkUpload)SynchronizationJobSynchronizationJob. withSchedule(SynchronizationSchedule schedule)SynchronizationJobSynchronizationJob. withSchema(SynchronizationSchema schema)SynchronizationJobSynchronizationJob. withStatus(SynchronizationStatus status)SynchronizationJobSynchronizationJob. withSynchronizationJobSettings(List<KeyValuePair> synchronizationJobSettings)SynchronizationJobSynchronizationJob. withTemplateId(String templateId)SynchronizationJobSynchronizationJob. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type SynchronizationJob Modifier and Type Method Description Synchronization.BuilderSynchronization.Builder. jobs(SynchronizationJob... jobs)Method parameters in odata.msgraph.client.entity with type arguments of type SynchronizationJob Modifier and Type Method Description Synchronization.BuilderSynchronization.Builder. jobs(List<SynchronizationJob> jobs)SynchronizationSynchronization. withJobs(List<SynchronizationJob> jobs)
-