Class CloudChannelServiceClient.ListCustomerRepricingConfigsPage (3.9.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
NameDescription
contextPageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig>
responseListCustomerRepricingConfigsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig>
futureResponseApiFuture<ListCustomerRepricingConfigsResponse>
Returns
TypeDescription
ApiFuture<ListCustomerRepricingConfigsPage>
Overrides