public static final class QueryByAttribute.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
QueryByAttribute.Builder |
attributes(List<String> attributes) |
QueryByAttribute.Builder |
attributes(String... attributes) |
QueryByAttribute.Builder |
attributesNextLink(String attributesNextLink) |
QueryByAttribute |
build() |
QueryByAttribute.Builder |
columnSet(ColumnSet columnSet) |
QueryByAttribute.Builder |
entityName(String entityName) |
QueryByAttribute.Builder |
orders(List<OrderExpression> orders) |
QueryByAttribute.Builder |
orders(OrderExpression... orders) |
QueryByAttribute.Builder |
ordersNextLink(String ordersNextLink) |
QueryByAttribute.Builder |
pageInfo(PagingInfo pageInfo) |
QueryByAttribute.Builder |
topCount(Integer topCount) |
QueryByAttribute.Builder |
values(List<Object> values) |
QueryByAttribute.Builder |
values(Object... values) |
QueryByAttribute.Builder |
valuesNextLink(String valuesNextLink) |
public QueryByAttribute.Builder entityName(String entityName)
public QueryByAttribute.Builder attributes(List<String> attributes)
public QueryByAttribute.Builder attributes(String... attributes)
public QueryByAttribute.Builder attributesNextLink(String attributesNextLink)
public QueryByAttribute.Builder values(List<Object> values)
public QueryByAttribute.Builder values(Object... values)
public QueryByAttribute.Builder valuesNextLink(String valuesNextLink)
public QueryByAttribute.Builder pageInfo(PagingInfo pageInfo)
public QueryByAttribute.Builder columnSet(ColumnSet columnSet)
public QueryByAttribute.Builder orders(List<OrderExpression> orders)
public QueryByAttribute.Builder orders(OrderExpression... orders)
public QueryByAttribute.Builder ordersNextLink(String ordersNextLink)
public QueryByAttribute.Builder topCount(Integer topCount)
public QueryByAttribute build()
Copyright © 2018–2020. All rights reserved.