Class | Description |
---|---|
AbstractResponseIterator<REQUESTBUILDER,REQUEST,RESPONSE> |
Contains common functionality for classes which will iterate over the results of paginated list
operations in a service.
|
RequestBuilderAndToken<T> |
A container class for a request builder and next page token.
|
ResponseIterable<REQUESTBUILDER,REQUEST,RESPONSE> |
An iterable which can be used to iterate over responses returned from calling a list operation.
|
ResponseIterator<REQUESTBUILDER,REQUEST,RESPONSE> |
An iterator for iterating over response objects returned from a list operation.
|
ResponseRecordIterable<REQUESTBUILDER,REQUEST,RESPONSE,ITEMTYPE> |
An iterable which can be used to iterate over the models/resources returned by a list operation.
|
ResponseRecordIterator<REQUESTBUILDER,REQUEST,RESPONSE,ITEMTYPE> |
An iterator for iterating over response objects returned from a list operation.
|
Copyright © 2016–2024. All rights reserved.