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, setMimetype
public void setFormat(Format format)
setFormat
in interface ContentDescriptor
setFormat
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 QueryOptionsListResults
Copyright © 2013-2015 MarkLogic Corporation.