Class RegistryClient.ListApiDeploymentsFixedSizeCollection (0.3.1)

public static class RegistryClient.ListApiDeploymentsFixedSizeCollection extends AbstractFixedSizeCollection<ListApiDeploymentsRequest,ListApiDeploymentsResponse,ApiDeployment,RegistryClient.ListApiDeploymentsPage,RegistryClient.ListApiDeploymentsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > RegistryClient.ListApiDeploymentsFixedSizeCollection

Methods

createCollection(List<RegistryClient.ListApiDeploymentsPage> pages, int collectionSize)

protected RegistryClient.ListApiDeploymentsFixedSizeCollection createCollection(List<RegistryClient.ListApiDeploymentsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListApiDeploymentsPage>
collectionSizeint
Returns
TypeDescription
RegistryClient.ListApiDeploymentsFixedSizeCollection
Overrides