| Package | Description |
|---|---|
| cloud.artik.api | |
| cloud.artik.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceEnvelope |
DevicesApi.addDevice(Device device) |
com.squareup.okhttp.Call |
DevicesApi.addDeviceAsync(Device device,
ApiCallback<DeviceEnvelope> callback) |
ApiResponse<DeviceEnvelope> |
DevicesApi.addDeviceWithHttpInfo(Device device) |
DeviceEnvelope |
DevicesApi.updateDevice(String deviceId,
Device device) |
com.squareup.okhttp.Call |
DevicesApi.updateDeviceAsync(String deviceId,
Device device,
ApiCallback<DeviceEnvelope> callback) |
ApiResponse<DeviceEnvelope> |
DevicesApi.updateDeviceWithHttpInfo(String deviceId,
Device device) |
| Modifier and Type | Method and Description |
|---|---|
Device |
DeviceEnvelope.getData() |
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
DeviceArray.getDevices() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceEnvelope.setData(Device data) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceArray.setDevices(List<Device> devices) |
Copyright © 2016. All rights reserved.