Class LinkedDeviceServiceClient.ListLinkedDevicesFixedSizeCollection (0.54.0)

public static class LinkedDeviceServiceClient.ListLinkedDevicesFixedSizeCollection extends AbstractFixedSizeCollection<ListLinkedDevicesRequest,ListLinkedDevicesResponse,LinkedDevice,LinkedDeviceServiceClient.ListLinkedDevicesPage,LinkedDeviceServiceClient.ListLinkedDevicesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LinkedDeviceServiceClient.ListLinkedDevicesFixedSizeCollection

Methods

createCollection(@Nullable List<LinkedDeviceServiceClient.ListLinkedDevicesPage> pages, int collectionSize)

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