Uses of Class
odata.msgraph.client.entity.Synchronization
-
Packages that use Synchronization Package Description odata.msgraph.client.entity -
-
Uses of Synchronization in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as Synchronization Modifier and Type Field Description protected SynchronizationApplication. synchronizationprotected SynchronizationServicePrincipal. synchronizationMethods in odata.msgraph.client.entity that return Synchronization Modifier and Type Method Description SynchronizationSynchronization.Builder. build()SynchronizationSynchronization. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SynchronizationSynchronization. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SynchronizationSynchronization. withJobs(List<SynchronizationJob> jobs)SynchronizationSynchronization. withSecrets(List<SynchronizationSecretKeyStringValuePair> secrets)SynchronizationSynchronization. withTemplates(List<SynchronizationTemplate> templates)SynchronizationSynchronization. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type Synchronization Modifier and Type Method Description Application.BuilderApplication.Builder. synchronization(Synchronization synchronization)ServicePrincipal.BuilderServicePrincipal.Builder. synchronization(Synchronization synchronization)ApplicationApplication. withSynchronization(Synchronization synchronization)ServicePrincipalServicePrincipal. withSynchronization(Synchronization synchronization)
-