Class CssProductsServiceClient.ListCssProductsPage (0.26.0)

public static class CssProductsServiceClient.ListCssProductsPage extends AbstractPage<ListCssProductsRequest,ListCssProductsResponse,CssProduct,CssProductsServiceClient.ListCssProductsPage>

Inheritance

java.lang.Object > AbstractPage > CssProductsServiceClient.ListCssProductsPage

Methods

createPage(PageContext<ListCssProductsRequest,ListCssProductsResponse,CssProduct> context, ListCssProductsResponse response)

protected CssProductsServiceClient.ListCssProductsPage createPage(PageContext<ListCssProductsRequest,ListCssProductsResponse,CssProduct> context, ListCssProductsResponse response)
Overrides

createPageAsync(PageContext<ListCssProductsRequest,ListCssProductsResponse,CssProduct> context, ApiFuture<ListCssProductsResponse> futureResponse)

public ApiFuture<CssProductsServiceClient.ListCssProductsPage> createPageAsync(PageContext<ListCssProductsRequest,ListCssProductsResponse,CssProduct> context, ApiFuture<ListCssProductsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListCssProductsPage>
Overrides