Uses of Class
org.openapitools.client.model.Device
Packages that use Device
-
Uses of Device in org.openapitools.client.api
Methods in org.openapitools.client.api that return DeviceModifier and TypeMethodDescriptionRetrieve a Device Retrieves a device by `deviceId`Methods in org.openapitools.client.api that return types with arguments of type DeviceModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Device>DeviceApi.getDeviceWithHttpInfo(String deviceId) Retrieve a Device Retrieves a device by `deviceId`DeviceApi.listDevices(String after, Integer limit, String search) List all Devices Lists all devices with pagination support.DeviceApi.listDevicesWithHttpInfo(String after, Integer limit, String search) List all Devices Lists all devices with pagination support. -
Uses of Device in org.openapitools.client.model
Methods in org.openapitools.client.model that return DeviceModifier and TypeMethodDescriptionDevice.links(DeviceLinks links) Device.profile(DeviceProfile profile) Device.resourceDisplayName(DeviceDisplayName resourceDisplayName) Device.status(DeviceStatus status)