Class PromotionsServiceClient.ListPromotionsPage (0.14.0)

public static class PromotionsServiceClient.ListPromotionsPage extends AbstractPage<ListPromotionsRequest,ListPromotionsResponse,Promotion,PromotionsServiceClient.ListPromotionsPage>

Inheritance

java.lang.Object > AbstractPage > PromotionsServiceClient.ListPromotionsPage

Methods

createPage(PageContext<ListPromotionsRequest,ListPromotionsResponse,Promotion> context, ListPromotionsResponse response)

protected PromotionsServiceClient.ListPromotionsPage createPage(PageContext<ListPromotionsRequest,ListPromotionsResponse,Promotion> context, ListPromotionsResponse response)
Overrides

createPageAsync(PageContext<ListPromotionsRequest,ListPromotionsResponse,Promotion> context, ApiFuture<ListPromotionsResponse> futureResponse)

public ApiFuture<PromotionsServiceClient.ListPromotionsPage> createPageAsync(PageContext<ListPromotionsRequest,ListPromotionsResponse,Promotion> context, ApiFuture<ListPromotionsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListPromotionsPage>
Overrides