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