Class CloudChannelServiceClient.ListCustomersPage (3.28.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)
Overrides

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

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