Class MobileCarrierServiceClient.ListMobileCarriersFixedSizeCollection (0.39.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > MobileCarrierServiceClient.ListMobileCarriersFixedSizeCollection

Methods

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

protected MobileCarrierServiceClient.ListMobileCarriersFixedSizeCollection createCollection(List<MobileCarrierServiceClient.ListMobileCarriersPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListMobileCarriersPage>
collectionSize int
Returns
Type Description
MobileCarrierServiceClient.ListMobileCarriersFixedSizeCollection
Overrides