Class ApiHubClient.ListDeploymentsPagedResponse (0.2.0)

public static class ApiHubClient.ListDeploymentsPagedResponse extends AbstractPagedListResponse<ListDeploymentsRequest,ListDeploymentsResponse,Deployment,ApiHubClient.ListDeploymentsPage,ApiHubClient.ListDeploymentsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > ApiHubClient.ListDeploymentsPagedResponse

Static Methods

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

public static ApiFuture<ApiHubClient.ListDeploymentsPagedResponse> createAsync(PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ApiFuture<ListDeploymentsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment>
futureResponse ApiFuture<ListDeploymentsResponse>
Returns
Type Description
ApiFuture<ListDeploymentsPagedResponse>