public class FetchExpression extends QueryBase implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
FetchExpression.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
query |
contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
FetchExpression() |
| Modifier and Type | Method and Description |
|---|---|
static FetchExpression.Builder |
builderFetchExpression()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getQuery() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
FetchExpression |
withQuery(String query) |
FetchExpression |
withUnmappedField(String name,
String value) |
protected String query
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class QueryBasepublic FetchExpression withQuery(String query)
public FetchExpression withUnmappedField(String name, String value)
withUnmappedField in class QueryBasepublic com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class QueryBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class QueryBasepublic static FetchExpression.Builder builderFetchExpression()
Copyright © 2018–2020. All rights reserved.