Class ProductSearchClient.ListProductsInProductSetPage (2.0.29)

public static class ProductSearchClient.ListProductsInProductSetPage extends AbstractPage<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product,ProductSearchClient.ListProductsInProductSetPage>

Inheritance

java.lang.Object > AbstractPage > ProductSearchClient.ListProductsInProductSetPage

Methods

createPage(PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product> context, ListProductsInProductSetResponse response)

protected ProductSearchClient.ListProductsInProductSetPage createPage(PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product> context, ListProductsInProductSetResponse response)
Parameters
NameDescription
contextPageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product>
responseListProductsInProductSetResponse
Returns
TypeDescription
ProductSearchClient.ListProductsInProductSetPage
Overrides

createPageAsync(PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product> context, ApiFuture<ListProductsInProductSetResponse> futureResponse)

public ApiFuture<ProductSearchClient.ListProductsInProductSetPage> createPageAsync(PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product> context, ApiFuture<ListProductsInProductSetResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product>
futureResponseApiFuture<ListProductsInProductSetResponse>
Returns
TypeDescription
ApiFuture<ListProductsInProductSetPage>
Overrides