Class CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage (3.9.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
NameDescription
contextPageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig>
responseListChannelPartnerRepricingConfigsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig>
futureResponseApiFuture<ListChannelPartnerRepricingConfigsResponse>
Returns
TypeDescription
ApiFuture<ListChannelPartnerRepricingConfigsPage>
Overrides