Class WithCursor<T>

java.lang.Object
org.knowm.xchange.lgo.dto.WithCursor<T>

public class WithCursor<T> extends Object
  • Constructor Details

    • WithCursor

      public WithCursor(T result, String nextPage)
  • Method Details

    • getResult

      public T getResult()
    • getNextPage

      public String getNextPage()