public class ExpressionInputObject extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ExpressionInputObject.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected ObjectDefinition |
definition |
protected String |
odataType |
protected List<StringKeyObjectValuePair> |
properties |
protected String |
propertiesNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ExpressionInputObject() |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionInputObject.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<ObjectDefinition> |
getDefinition() |
com.github.davidmoten.odata.client.CollectionPage<StringKeyObjectValuePair> |
getProperties() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ExpressionInputObject |
withDefinition(ObjectDefinition definition) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected ObjectDefinition definition
protected List<StringKeyObjectValuePair> properties
protected String propertiesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<ObjectDefinition> getDefinition()
public ExpressionInputObject withDefinition(ObjectDefinition definition)
public com.github.davidmoten.odata.client.CollectionPage<StringKeyObjectValuePair> getProperties()
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 ExpressionInputObject.Builder builder()
Copyright © 2018–2020. All rights reserved.