public abstract class ProjectPage extends java.lang.Object implements Page<Project>, ErrorsHolder
Constructor and Description |
---|
ProjectPage() |
Modifier and Type | Method and Description |
---|---|
static ProjectPage |
create(int start,
int limit,
int size,
int nextPageStart,
boolean isLastPage,
java.util.List<Project> 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 ProjectPage create(int start, int limit, int size, int nextPageStart, boolean isLastPage, @Nullable java.util.List<Project> values, @Nullable java.util.List<Error> errors)