Class MobileCarrierServiceClient.ListMobileCarriersFixedSizeCollection (0.54.0)

public static class MobileCarrierServiceClient.ListMobileCarriersFixedSizeCollection extends AbstractFixedSizeCollection<ListMobileCarriersRequest,ListMobileCarriersResponse,MobileCarrier,MobileCarrierServiceClient.ListMobileCarriersPage,MobileCarrierServiceClient.ListMobileCarriersFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > MobileCarrierServiceClient.ListMobileCarriersFixedSizeCollection

Methods

createCollection(@Nullable List<MobileCarrierServiceClient.ListMobileCarriersPage> pages, int collectionSize)

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