Class WarehouseClient.ListIndexesFixedSizeCollection (0.2.0)

public static class WarehouseClient.ListIndexesFixedSizeCollection extends AbstractFixedSizeCollection<ListIndexesRequest,ListIndexesResponse,Index,WarehouseClient.ListIndexesPage,WarehouseClient.ListIndexesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > WarehouseClient.ListIndexesFixedSizeCollection

Methods

createCollection(List<WarehouseClient.ListIndexesPage> pages, int collectionSize)

protected WarehouseClient.ListIndexesFixedSizeCollection createCollection(List<WarehouseClient.ListIndexesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListIndexesPage>
collectionSize int
Returns
Type Description
WarehouseClient.ListIndexesFixedSizeCollection
Overrides