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