Class CommitPage

    • Constructor Detail

      • CommitPage

        public CommitPage()
    • 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)