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