Uses of Class
odata.msgraph.client.entity.SynchronizationTemplate
-
Packages that use SynchronizationTemplate Package Description odata.msgraph.client.entity -
-
Uses of SynchronizationTemplate in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type SynchronizationTemplate Modifier and Type Field Description protected List<SynchronizationTemplate>Synchronization. templatesMethods in odata.msgraph.client.entity that return SynchronizationTemplate Modifier and Type Method Description SynchronizationTemplateSynchronizationTemplate.Builder. build()SynchronizationTemplateSynchronizationTemplate. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SynchronizationTemplateSynchronizationTemplate. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SynchronizationTemplateSynchronizationTemplate. withApplicationId(UUID applicationId)SynchronizationTemplateSynchronizationTemplate. withDefault(Boolean default_)SynchronizationTemplateSynchronizationTemplate. withDescription(String description)SynchronizationTemplateSynchronizationTemplate. withDiscoverable(Boolean discoverable)SynchronizationTemplateSynchronizationTemplate. withFactoryTag(String factoryTag)SynchronizationTemplateSynchronizationTemplate. withMetadata(List<SynchronizationMetadataEntry> metadata)SynchronizationTemplateSynchronizationTemplate. withSchema(SynchronizationSchema schema)SynchronizationTemplateSynchronizationTemplate. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type SynchronizationTemplate Modifier and Type Method Description Synchronization.BuilderSynchronization.Builder. templates(SynchronizationTemplate... templates)Method parameters in odata.msgraph.client.entity with type arguments of type SynchronizationTemplate Modifier and Type Method Description Synchronization.BuilderSynchronization.Builder. templates(List<SynchronizationTemplate> templates)SynchronizationSynchronization. withTemplates(List<SynchronizationTemplate> templates)
-