Uses of Class
model.Device
Packages that use Device
-
Uses of Device in api
Modifier and TypeMethodDescriptionDevicesApi.create(String merchantId, CreateDevice createDevice) Create a Device Create a `Device` under a `Merchant`.Get Device Retrieve the details of an existing `Device`.Update a Device Update a `Device` to activate or deactivate it.Modifier and TypeMethodDescriptionDevicesApi.createMerchantDeviceWithHttpInfo(String merchantId, CreateDevice createDevice) Create a Device Create a `Device` under a `Merchant`.DevicesApi.getDeviceWithHttpInfo(String deviceId) Get Device Retrieve the details of an existing `Device`.DevicesApi.putDeviceWithHttpInfo(String deviceId, Object body) Update a Device Update a `Device` to activate or deactivate it.Modifier and TypeMethodDescriptionokhttp3.CallDevicesApi.createMerchantDeviceAsync(String merchantId, CreateDevice createDevice, ApiCallback<Device> _callback) Create a Device (asynchronously) Create a `Device` under a `Merchant`.okhttp3.CallDevicesApi.getDeviceAsync(String deviceId, ApiCallback<Device> _callback) Get Device (asynchronously) Retrieve the details of an existing `Device`.okhttp3.CallDevicesApi.putDeviceAsync(String deviceId, Object body, ApiCallback<Device> _callback) Update a Device (asynchronously) Update a `Device` to activate or deactivate it. -
Uses of Device in model
Modifier and TypeMethodDescriptionDevice.configurationDetails(DeviceConfigDetails configurationDetails) Device.connection(String connection) Device.createdAt(OffsetDateTime createdAt) Device.description(String description) static DeviceCreate an instance of Device given an JSON stringDevice.idleMessage(String idleMessage) Device.inputDetails(InputDetails inputDetails) Device.links(DeviceLinks links) Device.putTagsItem(String key, String tagsItem) Device.serialNumber(String serialNumber) Device.updatedAt(OffsetDateTime updatedAt)