Class PaginatedResponsesIterator<ResponseT>

  • Type Parameters:
    ResponseT - The type of a single response page
    All Implemented Interfaces:
    Iterator<ResponseT>

    public final class PaginatedResponsesIterator<ResponseT>
    extends Object
    implements Iterator<ResponseT>
    Iterator for all response pages in a paginated operation. This class is used to iterate through all the pages of an operation. SDK makes service calls to retrieve the next page when next() method is called.