public abstract class QueryOptions
extends java.lang.Object
Constructor and Description |
---|
QueryOptions() |
Modifier and Type | Method and Description |
---|---|
abstract IndexConfig |
config() |
static QueryOptions |
create(IndexConfig config,
int start,
int limit) |
abstract int |
limit() |
static QueryOptions |
oneResult() |
abstract int |
start() |
QueryOptions |
withLimit(int newLimit) |
QueryOptions |
withStart(int newStart) |
public static QueryOptions create(IndexConfig config, int start, int limit)
public static QueryOptions oneResult()
public abstract IndexConfig config()
public abstract int start()
public abstract int limit()
public QueryOptions withLimit(int newLimit)
public QueryOptions withStart(int newStart)