public class AttributeMappingSource extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeMappingSource.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
expression |
protected String |
name |
protected String |
odataType |
protected List<StringKeyAttributeMappingSourceValuePair> |
parameters |
protected String |
parametersNextLink |
protected AttributeMappingSourceType |
type |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
AttributeMappingSource() |
| Modifier and Type | Method and Description |
|---|---|
static AttributeMappingSource.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getExpression() |
Optional<String> |
getName() |
com.github.davidmoten.odata.client.CollectionPage<StringKeyAttributeMappingSourceValuePair> |
getParameters() |
Optional<AttributeMappingSourceType> |
getType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AttributeMappingSource |
withExpression(String expression) |
AttributeMappingSource |
withName(String name) |
AttributeMappingSource |
withType(AttributeMappingSourceType type) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String expression
protected String name
protected List<StringKeyAttributeMappingSourceValuePair> parameters
protected String parametersNextLink
protected AttributeMappingSourceType type
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic AttributeMappingSource withExpression(String expression)
public AttributeMappingSource withName(String name)
public com.github.davidmoten.odata.client.CollectionPage<StringKeyAttributeMappingSourceValuePair> getParameters()
public Optional<AttributeMappingSourceType> getType()
public AttributeMappingSource withType(AttributeMappingSourceType type)
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 AttributeMappingSource.Builder builder()
Copyright © 2018–2020. All rights reserved.