public class SynchronizationTemplate extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
SynchronizationTemplate.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationId |
protected Boolean |
default_ |
protected String |
description |
protected Boolean |
discoverable |
protected String |
factoryTag |
protected List<MetadataEntry> |
metadata |
protected String |
metadataNextLink |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
SynchronizationTemplate() |
| Modifier and Type | Method and Description |
|---|---|
static SynchronizationTemplate.Builder |
builderSynchronizationTemplate()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getApplicationId() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Boolean> |
getDefault() |
Optional<String> |
getDescription() |
Optional<Boolean> |
getDiscoverable() |
Optional<String> |
getFactoryTag() |
com.github.davidmoten.odata.client.CollectionPage<MetadataEntry> |
getMetadata() |
SynchronizationSchemaRequest |
getSchema() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
SynchronizationTemplate |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
SynchronizationTemplate |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
SynchronizationTemplate |
withApplicationId(String applicationId) |
SynchronizationTemplate |
withDefault(Boolean default_) |
SynchronizationTemplate |
withDescription(String description) |
SynchronizationTemplate |
withDiscoverable(Boolean discoverable) |
SynchronizationTemplate |
withFactoryTag(String factoryTag) |
protected String applicationId
protected Boolean default_
protected String description
protected Boolean discoverable
protected String factoryTag
protected List<MetadataEntry> metadata
protected String metadataNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static SynchronizationTemplate.Builder builderSynchronizationTemplate()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic SynchronizationTemplate withApplicationId(String applicationId)
public SynchronizationTemplate withDefault(Boolean default_)
public SynchronizationTemplate withDescription(String description)
public SynchronizationTemplate withDiscoverable(Boolean discoverable)
public SynchronizationTemplate withFactoryTag(String factoryTag)
public com.github.davidmoten.odata.client.CollectionPage<MetadataEntry> getMetadata()
public SynchronizationSchemaRequest getSchema()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic SynchronizationTemplate patch()
this with changed fields reset.public SynchronizationTemplate put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.