public class ExternalConnection extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalConnection.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
configuration |
protected String |
description |
protected String |
name |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ExternalConnection() |
| Modifier and Type | Method and Description |
|---|---|
static ExternalConnection.Builder |
builderExternalConnection()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Configuration> |
getConfiguration() |
Optional<String> |
getDescription() |
ExternalItemCollectionRequest |
getItems() |
Optional<String> |
getName() |
ConnectionOperationCollectionRequest |
getOperations() |
SchemaRequest |
getSchema() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ExternalConnection |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ExternalConnection |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ExternalConnection |
withConfiguration(Configuration configuration) |
ExternalConnection |
withDescription(String description) |
ExternalConnection |
withName(String name) |
protected String name
protected String description
protected Configuration configuration
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static ExternalConnection.Builder builderExternalConnection()
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 ExternalConnection withName(String name)
public ExternalConnection withDescription(String description)
public Optional<Configuration> getConfiguration()
public ExternalConnection withConfiguration(Configuration configuration)
public SchemaRequest getSchema()
public ExternalItemCollectionRequest getItems()
public ConnectionOperationCollectionRequest getOperations()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ExternalConnection patch()
this with changed fields reset.public ExternalConnection put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.