Class ProductSearchClient.ListProductsInProductSetPage (3.40.0)

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
Name Description
context PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product>
response ListProductsInProductSetResponse
Returns
Type Description
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
Name Description
context PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product>
futureResponse ApiFuture<ListProductsInProductSetResponse>
Returns
Type Description
ApiFuture<ListProductsInProductSetPage>
Overrides