Class HubServiceClient.ListHubSpokesFixedSizeCollection (1.41.0)

public static class HubServiceClient.ListHubSpokesFixedSizeCollection extends AbstractFixedSizeCollection<ListHubSpokesRequest,ListHubSpokesResponse,Spoke,HubServiceClient.ListHubSpokesPage,HubServiceClient.ListHubSpokesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > HubServiceClient.ListHubSpokesFixedSizeCollection

Methods

createCollection(List<HubServiceClient.ListHubSpokesPage> pages, int collectionSize)

protected HubServiceClient.ListHubSpokesFixedSizeCollection createCollection(List<HubServiceClient.ListHubSpokesPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListHubSpokesPage>
collectionSizeint
Returns
TypeDescription
HubServiceClient.ListHubSpokesFixedSizeCollection
Overrides