public class QueryOptions extends Object
| Constructor and Description |
|---|
QueryOptions() |
| Modifier and Type | Method and Description |
|---|---|
List<QueryField> |
getFields() |
String |
getFieldsString() |
String |
getKeyNames() |
List<String> |
getLabelList() |
String |
getLabels() |
Range |
getRange() |
QueryField |
getSortField() |
QueryOptions |
withFields(List<QueryField> fields) |
QueryOptions |
withFields(QueryField field) |
QueryOptions |
withKeyNames(List<String> keyNames) |
QueryOptions |
withKeyNames(String keyName) |
QueryOptions |
withLabels(List<String> labels) |
QueryOptions |
withLabels(String labels) |
QueryOptions |
withRange(int startItem,
int endItem) |
QueryOptions |
withRange(Range range) |
QueryOptions |
withSortField(QueryField field) |
public List<QueryField> getFields()
public String getFieldsString()
public String getKeyNames()
public String getLabels()
public Range getRange()
public QueryField getSortField()
public QueryOptions withFields(List<QueryField> fields)
public QueryOptions withFields(QueryField field)
public QueryOptions withKeyNames(String keyName)
public QueryOptions withKeyNames(List<String> keyNames)
public QueryOptions withLabels(String labels)
public QueryOptions withLabels(List<String> labels)
public QueryOptions withRange(int startItem, int endItem)
public QueryOptions withRange(Range range)
public QueryOptions withSortField(QueryField field)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.