Interface Page<C,​T>

  • Type Parameters:
    C - The type of the continuation token.
    T - Type of items in the page response.

    public interface Page<C,​T>
    Represents a paginated response from the service.
    • Method Detail

      • getElements

        java.util.List<T> getElements()
        Gets an List of elements in the page.
        Returns:
        A List containing the elements in the page.
      • getContinuationToken

        C getContinuationToken()
        Gets the reference to the next page.
        Returns:
        The token to retrieve next page.