public class QueryOptionsListHandle extends BaseHandle<InputStream,OperationNotSupported> implements QueryOptionsListReadHandle, QueryOptionsListResults
UNKNOWN_LENGTH| Constructor and Description |
|---|
QueryOptionsListHandle()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,String> |
getValuesMap()
Returns a HashMap of the named query options from the server.
|
void |
setFormat(Format format)
Sets the format associated with this handle.
|
QueryOptionsListHandle |
withFormat(Format format)
Fluent setter for the format associated with this handle.
|
getByteLength, getFormat, getMimetype, setByteLength, setMimetypepublic void setFormat(Format format)
setFormat in interface ContentDescriptorsetFormat in class BaseHandle<InputStream,OperationNotSupported>format - The format, which must be Format.XML or an exception will be raised.public QueryOptionsListHandle withFormat(Format format)
format - The format, which must be Format.XML or an exception will be raised.public HashMap<String,String> getValuesMap()
getValuesMap in interface QueryOptionsListResultsCopyright © 2013-2016 MarkLogic Corporation.