Class HubServiceClient.ListHubSpokesFixedSizeCollection (1.94.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > HubServiceClient.ListHubSpokesFixedSizeCollection

Methods

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

protected HubServiceClient.ListHubSpokesFixedSizeCollection createCollection(@Nullable List<HubServiceClient.ListHubSpokesPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListHubSpokesPage>
collectionSize int
Returns
Type Description
HubServiceClient.ListHubSpokesFixedSizeCollection
Overrides