Class ProductSearchClient.ListProductsInProductSetPage (3.51.0)

See more code actions.
public static class ProductSearchClient.ListProductsInProductSetPage extends AbstractPage<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product,ProductSearchClient.ListProductsInProductSetPage>
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)
Overrides

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

public ApiFuture<ProductSearchClient.ListProductsInProductSetPage> createPageAsync(PageContext<ListProductsInProductSetRequest,ListProductsInProductSetResponse,Product> context, ApiFuture<ListProductsInProductSetResponse> futureResponse)
Returns
Type Description
ApiFuture<ListProductsInProductSetPage>
Overrides