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