Class BitbucketPageEntity<T>


  • public class BitbucketPageEntity<T>
    extends Object
    • Constructor Detail

      • BitbucketPageEntity

        public BitbucketPageEntity​(int size,
                                   int limit,
                                   boolean lastPage,
                                   int start,
                                   @Nullable
                                   @Nullable Integer nextPageStart,
                                   Iterable<T> values)
    • Method Detail

      • getSize

        public int getSize()
      • getLimit

        public int getLimit()
      • isLastPage

        public boolean isLastPage()
      • setValues

        public void setValues​(Iterable<T> values)
      • getStart

        public int getStart()
      • getNextPageStart

        @Nullable
        public @Nullable Integer getNextPageStart()