public interface WithRange
| Modifier and Type | Interface and Description |
|---|---|
static class |
WithRange.Range |
| Modifier and Type | Method and Description |
|---|---|
static WithRange.Range |
fromJson(com.fasterxml.jackson.databind.node.ObjectNode node) |
Long |
getFrom()
Specifies the index in the result set to start returning documents.
|
Long |
getTo()
Specifies the last index of the document in the result set to be
returned.
|
static void |
toJson(WithRange range,
com.fasterxml.jackson.databind.node.JsonNodeFactory factory,
com.fasterxml.jackson.databind.node.ObjectNode node) |
Long getFrom()
Long getTo()
static void toJson(WithRange range, com.fasterxml.jackson.databind.node.JsonNodeFactory factory, com.fasterxml.jackson.databind.node.ObjectNode node)
static WithRange.Range fromJson(com.fasterxml.jackson.databind.node.ObjectNode node)
Copyright © 2016. All rights reserved.