Class CloudChannelServiceClient.ListPurchasableSkusPage (3.62.0)

public static class CloudChannelServiceClient.ListPurchasableSkusPage extends AbstractPage<ListPurchasableSkusRequest,ListPurchasableSkusResponse,PurchasableSku,CloudChannelServiceClient.ListPurchasableSkusPage>

Inheritance

java.lang.Object > AbstractPage > CloudChannelServiceClient.ListPurchasableSkusPage

Methods

createPage(PageContext<ListPurchasableSkusRequest,ListPurchasableSkusResponse,PurchasableSku> context, ListPurchasableSkusResponse response)

protected CloudChannelServiceClient.ListPurchasableSkusPage createPage(PageContext<ListPurchasableSkusRequest,ListPurchasableSkusResponse,PurchasableSku> context, ListPurchasableSkusResponse response)
Overrides

createPageAsync(PageContext<ListPurchasableSkusRequest,ListPurchasableSkusResponse,PurchasableSku> context, ApiFuture<ListPurchasableSkusResponse> futureResponse)

public ApiFuture<CloudChannelServiceClient.ListPurchasableSkusPage> createPageAsync(PageContext<ListPurchasableSkusRequest,ListPurchasableSkusResponse,PurchasableSku> context, ApiFuture<ListPurchasableSkusResponse> futureResponse)
Returns
Type Description
ApiFuture<ListPurchasableSkusPage>
Overrides