Class SaasDeploymentsClient.ListUnitsPage (0.2.0)

public static class SaasDeploymentsClient.ListUnitsPage extends AbstractPage<ListUnitsRequest,ListUnitsResponse,Unit,SaasDeploymentsClient.ListUnitsPage>

Inheritance

java.lang.Object > AbstractPage > SaasDeploymentsClient.ListUnitsPage

Methods

createPage(PageContext<ListUnitsRequest,ListUnitsResponse,Unit> context, ListUnitsResponse response)

protected SaasDeploymentsClient.ListUnitsPage createPage(PageContext<ListUnitsRequest,ListUnitsResponse,Unit> context, ListUnitsResponse response)
Parameters
Name Description
context PageContext<ListUnitsRequest,ListUnitsResponse,Unit>
response ListUnitsResponse
Returns
Type Description
SaasDeploymentsClient.ListUnitsPage
Overrides

createPageAsync(PageContext<ListUnitsRequest,ListUnitsResponse,Unit> context, ApiFuture<ListUnitsResponse> futureResponse)

public ApiFuture<SaasDeploymentsClient.ListUnitsPage> createPageAsync(PageContext<ListUnitsRequest,ListUnitsResponse,Unit> context, ApiFuture<ListUnitsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListUnitsRequest,ListUnitsResponse,Unit>
futureResponse ApiFuture<ListUnitsResponse>
Returns
Type Description
ApiFuture<ListUnitsPage>
Overrides