Class CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage (3.48.0)

public static class CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage extends AbstractPage<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig,CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage>

Inheritance

java.lang.Object > AbstractPage > CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage

Methods

createPage(PageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig> context, ListChannelPartnerRepricingConfigsResponse response)

protected CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage createPage(PageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig> context, ListChannelPartnerRepricingConfigsResponse response)
Parameters
Name Description
context PageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig>
response ListChannelPartnerRepricingConfigsResponse
Returns
Type Description
CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage
Overrides

createPageAsync(PageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig> context, ApiFuture<ListChannelPartnerRepricingConfigsResponse> futureResponse)

public ApiFuture<CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage> createPageAsync(PageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig> context, ApiFuture<ListChannelPartnerRepricingConfigsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig>
futureResponse ApiFuture<ListChannelPartnerRepricingConfigsResponse>
Returns
Type Description
ApiFuture<ListChannelPartnerRepricingConfigsPage>
Overrides