Class CommitPage
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.commit.CommitPage
-
- All Implemented Interfaces:
ErrorsHolder,Page<Commit>
public abstract class CommitPage extends java.lang.Object implements Page<Commit>, ErrorsHolder
-
-
Constructor Summary
Constructors Constructor Description CommitPage()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.IntegerauthorCount()static CommitPagecreate(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.IntegertotalCount()-
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
-
-
-
-
Method Detail
-
authorCount
@Nullable public abstract java.lang.Integer authorCount()
-
totalCount
@Nullable public abstract java.lang.Integer totalCount()
-
create
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)
-
-