Class ProductSearchClient.ListProductsPagedResponse (3.1.0)

public static class ProductSearchClient.ListProductsPagedResponse extends AbstractPagedListResponse<ListProductsRequest,ListProductsResponse,Product,ProductSearchClient.ListProductsPage,ProductSearchClient.ListProductsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > ProductSearchClient.ListProductsPagedResponse

Static Methods

createAsync(PageContext<ListProductsRequest,ListProductsResponse,Product> context, ApiFuture<ListProductsResponse> futureResponse)

public static ApiFuture<ProductSearchClient.ListProductsPagedResponse> createAsync(PageContext<ListProductsRequest,ListProductsResponse,Product> context, ApiFuture<ListProductsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListProductsRequest,ListProductsResponse,Product>
futureResponseApiFuture<ListProductsResponse>
Returns
TypeDescription
ApiFuture<ListProductsPagedResponse>