Class CommitPage

    • Constructor Detail

      • CommitPage

        public CommitPage()
    • Method Detail

      • authorCount

        @Nullable
        public abstract Integer authorCount()
      • totalCount

        @Nullable
        public abstract Integer totalCount()
      • create

        public static CommitPage create​(int start,
                                        int limit,
                                        int size,
                                        int nextPageStart,
                                        boolean isLastPage,
                                        @Nullable
                                        List<Commit> values,
                                        @Nullable
                                        List<Error> errors,
                                        Integer authorCount,
                                        Integer totalCount)