public static class QueryOptions.QueryTuples extends Object implements Annotatable<QueryOptions.QueryTuples>
Constructor and Description |
---|
QueryOptions.QueryTuples() |
Modifier and Type | Method and Description |
---|---|
void |
addField(QueryOptions.Field field) |
void |
addJsonKey(QueryOptions.JsonKey jsonKey) |
void |
addRange(QueryOptions.QueryRange queryRange) |
void |
addValuesOption(String valuesOption) |
QueryOptions.QueryTuples |
annotate(String xmlString) |
QueryOptions.Aggregate |
getAggregate() |
List<QueryOptions.QueryAnnotation> |
getAnnotations() |
QueryOptions.QueryCollection |
getCollection() |
List<QueryOptions.Field> |
getField() |
List<QueryOptions.QueryGeospatialAttributePair> |
getGeoAttrPair() |
List<QueryOptions.QueryGeospatialElement> |
getGeoElem() |
List<QueryOptions.QueryGeospatialElementPair> |
getGeoElemPair() |
List<QueryOptions.JsonKey> |
getJsonKey() |
String |
getName() |
List<QueryOptions.QueryRange> |
getRange() |
boolean |
getUri() |
List<String> |
getValuesOptions() |
void |
setAggregate(QueryOptions.Aggregate aggregate) |
void |
setCollection(QueryOptions.QueryCollection collection) |
void |
setName(String name) |
void |
setUri() |
void |
setValuesOptions(List<String> valuesOptions) |
public List<QueryOptions.QueryAnnotation> getAnnotations()
getAnnotations
in interface Annotatable<QueryOptions.QueryTuples>
public QueryOptions.QueryTuples annotate(String xmlString)
annotate
in interface Annotatable<QueryOptions.QueryTuples>
public void addRange(QueryOptions.QueryRange queryRange)
public void setCollection(QueryOptions.QueryCollection collection)
public List<QueryOptions.JsonKey> getJsonKey()
public QueryOptions.QueryCollection getCollection()
public List<QueryOptions.QueryGeospatialAttributePair> getGeoAttrPair()
public List<QueryOptions.QueryGeospatialElement> getGeoElem()
public List<QueryOptions.QueryGeospatialElementPair> getGeoElemPair()
public List<QueryOptions.QueryRange> getRange()
public void addJsonKey(QueryOptions.JsonKey jsonKey)
public void addValuesOption(String valuesOption)
public QueryOptions.Aggregate getAggregate()
public List<QueryOptions.Field> getField()
public String getName()
public boolean getUri()
public void setAggregate(QueryOptions.Aggregate aggregate)
public void addField(QueryOptions.Field field)
public void setName(String name)
public void setUri()
Copyright © 2013-2015 MarkLogic Corporation.