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

    • PagedList

      public PagedList()
      Deprecated.
    • PagedList

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

    • getSelf

      public String getSelf()
      Deprecated.
    • getNextPage

      public String getNextPage()
      Deprecated.
    • getAfter

      public String getAfter()
      Deprecated.
    • constructPagedList

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

      public boolean hasMoreItems()
      Deprecated.