public abstract class LabelsPage extends java.lang.Object implements Page<Label>, ErrorsHolder
| Constructor and Description |
|---|
LabelsPage() |
| Modifier and Type | Method and Description |
|---|---|
static LabelsPage |
create(int start,
int limit,
int size,
int nextPageStart,
boolean isLastPage,
java.util.List<Label> values,
java.util.List<Error> errors) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisLastPage, limit, nextPageStart, size, start, valueserrorspublic static LabelsPage create(int start, int limit, int size, int nextPageStart, boolean isLastPage, java.util.List<Label> values, @Nullable java.util.List<Error> errors)