Class EnvironmentsClient.GetEnvironmentHistoryFixedSizeCollection (4.48.0)

public static class EnvironmentsClient.GetEnvironmentHistoryFixedSizeCollection extends AbstractFixedSizeCollection<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry,EnvironmentsClient.GetEnvironmentHistoryPage,EnvironmentsClient.GetEnvironmentHistoryFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > EnvironmentsClient.GetEnvironmentHistoryFixedSizeCollection

Methods

createCollection(List<EnvironmentsClient.GetEnvironmentHistoryPage> pages, int collectionSize)

protected EnvironmentsClient.GetEnvironmentHistoryFixedSizeCollection createCollection(List<EnvironmentsClient.GetEnvironmentHistoryPage> pages, int collectionSize)
Parameters
Name Description
pages List<GetEnvironmentHistoryPage>
collectionSize int
Returns
Type Description
EnvironmentsClient.GetEnvironmentHistoryFixedSizeCollection
Overrides