Class ConnectionServiceClient.ListConnectionsFixedSizeCollection (2.1.11)

public static class ConnectionServiceClient.ListConnectionsFixedSizeCollection extends AbstractFixedSizeCollection<ListConnectionsRequest,ListConnectionsResponse,Connection,ConnectionServiceClient.ListConnectionsPage,ConnectionServiceClient.ListConnectionsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ConnectionServiceClient.ListConnectionsFixedSizeCollection

Methods

createCollection(List<ConnectionServiceClient.ListConnectionsPage> pages, int collectionSize)

protected ConnectionServiceClient.ListConnectionsFixedSizeCollection createCollection(List<ConnectionServiceClient.ListConnectionsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListConnectionsPage>
collectionSizeint
Returns
TypeDescription
ConnectionServiceClient.ListConnectionsFixedSizeCollection
Overrides