Class EnvironmentsClient.LookupEnvironmentHistoryFixedSizeCollection (0.54.0)

public static class EnvironmentsClient.LookupEnvironmentHistoryFixedSizeCollection extends AbstractFixedSizeCollection<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse,Environment,EnvironmentsClient.LookupEnvironmentHistoryPage,EnvironmentsClient.LookupEnvironmentHistoryFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > EnvironmentsClient.LookupEnvironmentHistoryFixedSizeCollection

Methods

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

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