Class CloudChannelServiceClient.ListCustomerRepricingConfigsPage (3.46.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)
Parameters
Name Description
context PageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig>
response ListCustomerRepricingConfigsResponse
Returns
Type Description
CloudChannelServiceClient.ListCustomerRepricingConfigsPage
Overrides

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

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