Class EnvironmentsClient.GetEnvironmentHistoryFixedSizeCollection (4.101.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(@Nullable List<EnvironmentsClient.GetEnvironmentHistoryPage> pages, int collectionSize)

protected EnvironmentsClient.GetEnvironmentHistoryFixedSizeCollection createCollection(@Nullable List<EnvironmentsClient.GetEnvironmentHistoryPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<GetEnvironmentHistoryPage>
collectionSize int
Returns
Type Description
EnvironmentsClient.GetEnvironmentHistoryFixedSizeCollection
Overrides