Class PagedList<T>

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

@Deprecated public class PagedList<T> extends ArrayList<T>
Deprecated.
See Also:
  • Constructor Details Link icon

    • PagedList Link icon

      public PagedList()
      Deprecated.
    • PagedList Link icon

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

    • getSelf Link icon

      public String getSelf()
      Deprecated.
    • getNextPage Link icon

      public String getNextPage()
      Deprecated.
    • getAfter Link icon

      public String getAfter()
      Deprecated.
    • constructPagedList Link icon

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

      public boolean hasMoreItems()
      Deprecated.