Class LinePage
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.file.LinePage
-
- All Implemented Interfaces:
ErrorsHolder,Page<Line>
public abstract class LinePage extends Object implements Page<Line>, ErrorsHolder
-
-
Constructor Summary
Constructors Constructor Description LinePage()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<Blame>blame()static LinePagecreate(int start, int limit, int size, int nextPageStart, boolean isLastPage, List<Line> lines, List<Blame> blame, List<Error> errors)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.cdancy.bitbucket.rest.domain.common.ErrorsHolder
errors
-
Methods inherited from interface com.cdancy.bitbucket.rest.domain.common.Page
isLastPage, limit, nextPageStart, size, start, values
-
-