Class DataPointsServiceClient.RollUpDataPointsFixedSizeCollection (0.2.0)

public static class DataPointsServiceClient.RollUpDataPointsFixedSizeCollection extends AbstractFixedSizeCollection<RollUpDataPointsRequest,RollUpDataPointsResponse,RollupDataPoint,DataPointsServiceClient.RollUpDataPointsPage,DataPointsServiceClient.RollUpDataPointsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > DataPointsServiceClient.RollUpDataPointsFixedSizeCollection

Methods

createCollection(List<DataPointsServiceClient.RollUpDataPointsPage> pages, int collectionSize)

protected DataPointsServiceClient.RollUpDataPointsFixedSizeCollection createCollection(List<DataPointsServiceClient.RollUpDataPointsPage> pages, int collectionSize)
Parameters
Name Description
pages List<RollUpDataPointsPage>
collectionSize int
Returns
Type Description
DataPointsServiceClient.RollUpDataPointsFixedSizeCollection
Overrides