Class CloudControlsPartnerCoreClient.ListCustomersPage (0.8.0)

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

Inheritance

java.lang.Object > AbstractPage > CloudControlsPartnerCoreClient.ListCustomersPage

Methods

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

protected CloudControlsPartnerCoreClient.ListCustomersPage createPage(PageContext<ListCustomersRequest,ListCustomersResponse,Customer> context, ListCustomersResponse response)
Parameters
Name Description
context PageContext<ListCustomersRequest,ListCustomersResponse,Customer>
response ListCustomersResponse
Returns
Type Description
CloudControlsPartnerCoreClient.ListCustomersPage
Overrides

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

public ApiFuture<CloudControlsPartnerCoreClient.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