Class SaasDeploymentsClient.ListTenantsPage (0.2.0)

public static class SaasDeploymentsClient.ListTenantsPage extends AbstractPage<ListTenantsRequest,ListTenantsResponse,Tenant,SaasDeploymentsClient.ListTenantsPage>

Inheritance

java.lang.Object > AbstractPage > SaasDeploymentsClient.ListTenantsPage

Methods

createPage(PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context, ListTenantsResponse response)

protected SaasDeploymentsClient.ListTenantsPage createPage(PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context, ListTenantsResponse response)
Parameters
Name Description
context PageContext<ListTenantsRequest,ListTenantsResponse,Tenant>
response ListTenantsResponse
Returns
Type Description
SaasDeploymentsClient.ListTenantsPage
Overrides

createPageAsync(PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context, ApiFuture<ListTenantsResponse> futureResponse)

public ApiFuture<SaasDeploymentsClient.ListTenantsPage> createPageAsync(PageContext<ListTenantsRequest,ListTenantsResponse,Tenant> context, ApiFuture<ListTenantsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListTenantsRequest,ListTenantsResponse,Tenant>
futureResponse ApiFuture<ListTenantsResponse>
Returns
Type Description
ApiFuture<ListTenantsPage>
Overrides