Class PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsFixedSizeCollection (0.10.0)

public static class PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsFixedSizeCollection extends AbstractFixedSizeCollection<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration,PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage,PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsFixedSizeCollection

Methods

createCollection(List<PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage> pages, int collectionSize)

protected PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsFixedSizeCollection createCollection(List<PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListPredictionApiKeyRegistrationsPage>
collectionSizeint
Returns
TypeDescription
PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsFixedSizeCollection
Overrides