Class WarehouseClient.ListDataSchemasFixedSizeCollection (0.2.0)

public static class WarehouseClient.ListDataSchemasFixedSizeCollection extends AbstractFixedSizeCollection<ListDataSchemasRequest,ListDataSchemasResponse,DataSchema,WarehouseClient.ListDataSchemasPage,WarehouseClient.ListDataSchemasFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > WarehouseClient.ListDataSchemasFixedSizeCollection

Methods

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

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