Class GSuiteAddOnsClient.ListDeploymentsFixedSizeCollection (2.41.0)

public static class GSuiteAddOnsClient.ListDeploymentsFixedSizeCollection extends AbstractFixedSizeCollection<ListDeploymentsRequest,ListDeploymentsResponse,Deployment,GSuiteAddOnsClient.ListDeploymentsPage,GSuiteAddOnsClient.ListDeploymentsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GSuiteAddOnsClient.ListDeploymentsFixedSizeCollection

Methods

createCollection(List<GSuiteAddOnsClient.ListDeploymentsPage> pages, int collectionSize)

protected GSuiteAddOnsClient.ListDeploymentsFixedSizeCollection createCollection(List<GSuiteAddOnsClient.ListDeploymentsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListDeploymentsPage>
collectionSizeint
Returns
TypeDescription
GSuiteAddOnsClient.ListDeploymentsFixedSizeCollection
Overrides