Class BatchControllerClient.ListBatchesPagedResponse (3.1.1)

public static class BatchControllerClient.ListBatchesPagedResponse extends AbstractPagedListResponse<ListBatchesRequest,ListBatchesResponse,Batch,BatchControllerClient.ListBatchesPage,BatchControllerClient.ListBatchesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > BatchControllerClient.ListBatchesPagedResponse

Static Methods

createAsync(PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, ApiFuture<ListBatchesResponse> futureResponse)

public static ApiFuture<BatchControllerClient.ListBatchesPagedResponse> createAsync(PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, ApiFuture<ListBatchesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListBatchesRequest,ListBatchesResponse,Batch>
futureResponseApiFuture<ListBatchesResponse>
Returns
TypeDescription
ApiFuture<ListBatchesPagedResponse>