public class QueryByAttribute extends QueryBase implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryByAttribute.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
attributes |
protected String |
attributesNextLink |
protected ColumnSet |
columnSet |
protected String |
entityName |
protected List<OrderExpression> |
orders |
protected String |
ordersNextLink |
protected PagingInfo |
pageInfo |
protected Integer |
topCount |
protected List<Object> |
values |
protected String |
valuesNextLink |
contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
QueryByAttribute() |
| Modifier and Type | Method and Description |
|---|---|
static QueryByAttribute.Builder |
builderQueryByAttribute()
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.CollectionPage<String> |
getAttributes() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getAttributes(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<ColumnSet> |
getColumnSet() |
Optional<String> |
getEntityName() |
com.github.davidmoten.odata.client.CollectionPage<OrderExpression> |
getOrders() |
com.github.davidmoten.odata.client.CollectionPage<OrderExpression> |
getOrders(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<PagingInfo> |
getPageInfo() |
Optional<Integer> |
getTopCount() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
com.github.davidmoten.odata.client.CollectionPage<Object> |
getValues() |
com.github.davidmoten.odata.client.CollectionPage<Object> |
getValues(com.github.davidmoten.odata.client.HttpRequestOptions options) |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
QueryByAttribute |
withColumnSet(ColumnSet columnSet) |
QueryByAttribute |
withEntityName(String entityName) |
QueryByAttribute |
withPageInfo(PagingInfo pageInfo) |
QueryByAttribute |
withTopCount(Integer topCount) |
QueryByAttribute |
withUnmappedField(String name,
String value) |
protected String entityName
protected String attributesNextLink
protected String valuesNextLink
protected PagingInfo pageInfo
protected ColumnSet columnSet
protected List<OrderExpression> orders
protected String ordersNextLink
protected Integer topCount
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class QueryBasepublic QueryByAttribute withEntityName(String entityName)
public com.github.davidmoten.odata.client.CollectionPage<String> getAttributes()
public com.github.davidmoten.odata.client.CollectionPage<String> getAttributes(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<Object> getValues()
public com.github.davidmoten.odata.client.CollectionPage<Object> getValues(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<PagingInfo> getPageInfo()
public QueryByAttribute withPageInfo(PagingInfo pageInfo)
public QueryByAttribute withColumnSet(ColumnSet columnSet)
public com.github.davidmoten.odata.client.CollectionPage<OrderExpression> getOrders()
public com.github.davidmoten.odata.client.CollectionPage<OrderExpression> getOrders(com.github.davidmoten.odata.client.HttpRequestOptions options)
public QueryByAttribute withTopCount(Integer topCount)
public QueryByAttribute 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 QueryByAttribute.Builder builderQueryByAttribute()
Copyright © 2018–2020. All rights reserved.