public abstract class Continuation extends Object
This class represents a piece of data stored by the grouping framework within a grouping result, which can subsequently be sent back along with the original request to navigate across a large result set. It is an opaque data object that is not intended to be human readable.
To render a Cookie within a result set, you simply need to call Object.toString()
.
Modifier and Type | Field and Description |
---|---|
static String |
NEXT_PAGE |
static String |
PREV_PAGE |
static String |
THIS_PAGE |
Constructor and Description |
---|
Continuation() |
Modifier and Type | Method and Description |
---|---|
static Continuation |
fromString(String str) |
public static final String NEXT_PAGE
public static final String PREV_PAGE
public static final String THIS_PAGE
public static Continuation fromString(String str)
Copyright © 2017. All rights reserved.