Class BatchControllerClient.ListBatchesFixedSizeCollection (4.40.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > BatchControllerClient.ListBatchesFixedSizeCollection

Methods

createCollection(List<BatchControllerClient.ListBatchesPage> pages, int collectionSize)

protected BatchControllerClient.ListBatchesFixedSizeCollection createCollection(List<BatchControllerClient.ListBatchesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListBatchesPage>
collectionSize int
Returns
Type Description
BatchControllerClient.ListBatchesFixedSizeCollection
Overrides