Class CssProductsServiceClient.ListCssProductsPage (0.9.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
NameDescription
contextPageContext<ListCssProductsRequest,ListCssProductsResponse,CssProduct>
responseListCssProductsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListCssProductsRequest,ListCssProductsResponse,CssProduct>
futureResponseApiFuture<ListCssProductsResponse>
Returns
TypeDescription
ApiFuture<ListCssProductsPage>
Overrides