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 Link icon

    • PagedList Link icon

      public PagedList()
    • PagedList Link icon

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

    • getSelf Link icon

      public String getSelf()
    • getNextPage Link icon

      public String getNextPage()
    • getAfter Link icon

      public String getAfter()
    • constructPagedList Link icon

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

      public boolean hasMoreItems()