Class CloudChannelServiceClient.ListCustomersPage (3.41.0)

public static class CloudChannelServiceClient.ListCustomersPage extends AbstractPage<ListCustomersRequest,ListCustomersResponse,Customer,CloudChannelServiceClient.ListCustomersPage>

Inheritance

java.lang.Object > AbstractPage > CloudChannelServiceClient.ListCustomersPage

Methods

createPage(PageContext<ListCustomersRequest,ListCustomersResponse,Customer> context, ListCustomersResponse response)

protected CloudChannelServiceClient.ListCustomersPage createPage(PageContext<ListCustomersRequest,ListCustomersResponse,Customer> context, ListCustomersResponse response)
Parameters
NameDescription
contextPageContext<ListCustomersRequest,ListCustomersResponse,Customer>
responseListCustomersResponse
Returns
TypeDescription
CloudChannelServiceClient.ListCustomersPage
Overrides

createPageAsync(PageContext<ListCustomersRequest,ListCustomersResponse,Customer> context, ApiFuture<ListCustomersResponse> futureResponse)

public ApiFuture<CloudChannelServiceClient.ListCustomersPage> createPageAsync(PageContext<ListCustomersRequest,ListCustomersResponse,Customer> context, ApiFuture<ListCustomersResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListCustomersRequest,ListCustomersResponse,Customer>
futureResponseApiFuture<ListCustomersResponse>
Returns
TypeDescription
ApiFuture<ListCustomersPage>
Overrides