Class MobileDeviceServiceClient.ListMobileDevicesFixedSizeCollection (0.39.0)

public static class MobileDeviceServiceClient.ListMobileDevicesFixedSizeCollection extends AbstractFixedSizeCollection<ListMobileDevicesRequest,ListMobileDevicesResponse,MobileDevice,MobileDeviceServiceClient.ListMobileDevicesPage,MobileDeviceServiceClient.ListMobileDevicesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > MobileDeviceServiceClient.ListMobileDevicesFixedSizeCollection

Methods

createCollection(List<MobileDeviceServiceClient.ListMobileDevicesPage> pages, int collectionSize)

protected MobileDeviceServiceClient.ListMobileDevicesFixedSizeCollection createCollection(List<MobileDeviceServiceClient.ListMobileDevicesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListMobileDevicesPage>
collectionSize int
Returns
Type Description
MobileDeviceServiceClient.ListMobileDevicesFixedSizeCollection
Overrides