Class GitHubVcsBranches

    • Method Detail

      • hasMore

        public boolean hasMore()
        Specified by:
        hasMore in interface Pageable
        Returns:
        true if there are further pages of the data available
      • nextPage

        @Nullable
        public String nextPage()
        Specified by:
        nextPage in interface Pageable
        Returns:
        a next page id (e.g. page number) if available, null otherwise
      • getTotalCount

        @Nullable
        public Integer getTotalCount()
        Specified by:
        getTotalCount in interface Pageable
        Returns:
        total number of repositories matching the search criteria (if available), null otherwise