Class CloudChannelServiceClient.ListCustomersPage (3.46.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
Name Description
context PageContext<ListCustomersRequest,ListCustomersResponse,Customer>
response ListCustomersResponse
Returns
Type Description
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
Name Description
context PageContext<ListCustomersRequest,ListCustomersResponse,Customer>
futureResponse ApiFuture<ListCustomersResponse>
Returns
Type Description
ApiFuture<ListCustomersPage>
Overrides