Class ApiHubClient.ListDeploymentsPage (0.2.0)

public static class ApiHubClient.ListDeploymentsPage extends AbstractPage<ListDeploymentsRequest,ListDeploymentsResponse,Deployment,ApiHubClient.ListDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > ApiHubClient.ListDeploymentsPage

Methods

createPage(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ListDeploymentsResponse response)

protected ApiHubClient.ListDeploymentsPage createPage(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ListDeploymentsResponse response)
Parameters
Name Description
context PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment>
response ListDeploymentsResponse
Returns
Type Description
ApiHubClient.ListDeploymentsPage
Overrides

createPageAsync(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ApiFuture<ListDeploymentsResponse> futureResponse)

public ApiFuture<ApiHubClient.ListDeploymentsPage> createPageAsync(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ApiFuture<ListDeploymentsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment>
futureResponse ApiFuture<ListDeploymentsResponse>
Returns
Type Description
ApiFuture<ListDeploymentsPage>
Overrides