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