Uses of Class
odata.msgraph.client.beta.entity.Synchronization
-
Packages that use Synchronization Package Description odata.msgraph.client.beta.entity -
-
Uses of Synchronization in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.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. withSecrets(List<SynchronizationSecretKeyStringValuePair> secrets)SynchronizationSynchronization. withUnmappedField(String name, String value)
-