Class CssProductsServiceClient.ListCssProductsPage (0.12.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)
Parameters
Name Description
context PageContext<ListCssProductsRequest,ListCssProductsResponse,CssProduct>
response ListCssProductsResponse
Returns
Type Description
CssProductsServiceClient.ListCssProductsPage
Overrides

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

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