Class CloudChannelServiceClient.ListCustomerRepricingConfigsPage (3.62.0)

public static class CloudChannelServiceClient.ListCustomerRepricingConfigsPage extends AbstractPage<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig,CloudChannelServiceClient.ListCustomerRepricingConfigsPage>

Inheritance

java.lang.Object > AbstractPage > CloudChannelServiceClient.ListCustomerRepricingConfigsPage

Methods

createPage(PageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig> context, ListCustomerRepricingConfigsResponse response)

protected CloudChannelServiceClient.ListCustomerRepricingConfigsPage createPage(PageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig> context, ListCustomerRepricingConfigsResponse response)
Overrides

createPageAsync(PageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig> context, ApiFuture<ListCustomerRepricingConfigsResponse> futureResponse)

public ApiFuture<CloudChannelServiceClient.ListCustomerRepricingConfigsPage> createPageAsync(PageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig> context, ApiFuture<ListCustomerRepricingConfigsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListCustomerRepricingConfigsPage>
Overrides