Class PagedList<T>

All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess, SequencedCollection<T>

public class PagedList<T> extends ArrayList<T>
See Also:
  • Constructor Details

    • PagedList

      public PagedList()
    • PagedList

      public PagedList(List<T> items, String self, String nextPage, String after)
  • Method Details

    • getSelf

      public String getSelf()
    • getNextPage

      public String getNextPage()
    • getAfter

      public String getAfter()
    • constructPagedList

      public static <T> T constructPagedList(org.apache.hc.core5.http.HttpResponse response, T value)
    • hasMoreItems

      public boolean hasMoreItems()