Interface PageImpl.NextPageFetcher<T>

  • Type Parameters:
    T - the value type that the page holds
    All Superinterfaces:
    Serializable
    Enclosing class:
    PageImpl<T>

    public static interface PageImpl.NextPageFetcher<T>
    extends Serializable
    Interface for fetching the next page of results from the service.
    • Method Detail

      • getNextPage

        com.google.api.gax.paging.Page<T> getNextPage()