Interface ContinuablePage<C,​T>

  • Type Parameters:
    C - Type of the continuation token.
    T - Type of the elements in the page.
    All Known Subinterfaces:
    Page<T>, PagedResponse<T>
    All Known Implementing Classes:
    PagedResponseBase

    public interface ContinuablePage<C,​T>
    Represents a page returned, this page may contain a reference to additional pages known as a continuation token.
    See Also:
    ContinuablePagedFlux
    • Method Detail

      • getContinuationToken

        C getContinuationToken()
        Gets the reference to the next page.
        Returns:
        The next page reference or null if there isn't a next page.