public class SynchronizationRule extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
SynchronizationRule.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
editable |
protected String |
id |
protected List<StringKeyStringValuePair> |
metadata |
protected String |
metadataNextLink |
protected String |
name |
protected List<ObjectMapping> |
objectMappings |
protected String |
objectMappingsNextLink |
protected String |
odataType |
protected Integer |
priority |
protected String |
sourceDirectoryName |
protected String |
targetDirectoryName |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
SynchronizationRule() |
| Modifier and Type | Method and Description |
|---|---|
static SynchronizationRule.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getEditable() |
Optional<String> |
getId() |
com.github.davidmoten.odata.client.CollectionPage<StringKeyStringValuePair> |
getMetadata() |
com.github.davidmoten.odata.client.CollectionPage<StringKeyStringValuePair> |
getMetadata(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getName() |
com.github.davidmoten.odata.client.CollectionPage<ObjectMapping> |
getObjectMappings() |
com.github.davidmoten.odata.client.CollectionPage<ObjectMapping> |
getObjectMappings(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<Integer> |
getPriority() |
Optional<String> |
getSourceDirectoryName() |
Optional<String> |
getTargetDirectoryName() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
SynchronizationRule |
withEditable(Boolean editable) |
SynchronizationRule |
withId(String id) |
SynchronizationRule |
withName(String name) |
SynchronizationRule |
withPriority(Integer priority) |
SynchronizationRule |
withSourceDirectoryName(String sourceDirectoryName) |
SynchronizationRule |
withTargetDirectoryName(String targetDirectoryName) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean editable
protected String id
protected List<StringKeyStringValuePair> metadata
protected String metadataNextLink
protected String name
protected List<ObjectMapping> objectMappings
protected String objectMappingsNextLink
protected Integer priority
protected String sourceDirectoryName
protected String targetDirectoryName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic SynchronizationRule withEditable(Boolean editable)
public SynchronizationRule withId(String id)
public com.github.davidmoten.odata.client.CollectionPage<StringKeyStringValuePair> getMetadata()
public com.github.davidmoten.odata.client.CollectionPage<StringKeyStringValuePair> getMetadata(com.github.davidmoten.odata.client.HttpRequestOptions options)
public SynchronizationRule withName(String name)
public com.github.davidmoten.odata.client.CollectionPage<ObjectMapping> getObjectMappings()
public com.github.davidmoten.odata.client.CollectionPage<ObjectMapping> getObjectMappings(com.github.davidmoten.odata.client.HttpRequestOptions options)
public SynchronizationRule withPriority(Integer priority)
public SynchronizationRule withSourceDirectoryName(String sourceDirectoryName)
public SynchronizationRule withTargetDirectoryName(String targetDirectoryName)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static SynchronizationRule.Builder builder()
Copyright © 2018–2020. All rights reserved.