Uses of Class
odata.msgraph.client.beta.entity.SynchronizationSchema
-
Packages that use SynchronizationSchema Package Description odata.msgraph.client.beta.entity -
-
Uses of SynchronizationSchema in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return SynchronizationSchema Modifier and Type Method Description SynchronizationSchemaSynchronizationSchema.Builder. build()SynchronizationSchemaSynchronizationSchema. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SynchronizationSchemaSynchronizationSchema. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SynchronizationSchemaSynchronizationSchema. withSynchronizationRules(List<SynchronizationRule> synchronizationRules)SynchronizationSchemaSynchronizationSchema. withUnmappedField(String name, String value)SynchronizationSchemaSynchronizationSchema. withVersion(String version)
-