| Package | Description |
|---|---|
| cloud.artik.api |
| Modifier and Type | Method and Description |
|---|---|
DeviceTypesEnvelope |
DeviceTypesApi.getDeviceTypes(String name,
Integer offset,
Integer count,
String tags) |
DeviceTypesEnvelope |
UsersApi.getUserDeviceTypes(String userId,
Integer offset,
Integer count,
Boolean includeShared) |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<DeviceTypesEnvelope> |
DeviceTypesApi.getDeviceTypesWithHttpInfo(String name,
Integer offset,
Integer count,
String tags) |
ApiResponse<DeviceTypesEnvelope> |
UsersApi.getUserDeviceTypesWithHttpInfo(String userId,
Integer offset,
Integer count,
Boolean includeShared) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
DeviceTypesApi.getDeviceTypesAsync(String name,
Integer offset,
Integer count,
String tags,
ApiCallback<DeviceTypesEnvelope> callback) |
com.squareup.okhttp.Call |
UsersApi.getUserDeviceTypesAsync(String userId,
Integer offset,
Integer count,
Boolean includeShared,
ApiCallback<DeviceTypesEnvelope> callback) |
Copyright © 2016. All rights reserved.