public class DevicesManagementApi extends Object
| Constructor and Description |
|---|
DevicesManagementApi() |
DevicesManagementApi(ApiClient apiClient) |
public DevicesManagementApi()
public DevicesManagementApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public TaskEnvelope createTasks(TaskRequest taskPayload) throws ApiException
public ApiResponse<TaskEnvelope> createTasksWithHttpInfo(TaskRequest taskPayload) throws ApiException
public com.squareup.okhttp.Call createTasksAsync(TaskRequest taskPayload, ApiCallback<TaskEnvelope> callback) throws ApiException
public MetadataEnvelope deleteServerProperties(String did) throws ApiException
public ApiResponse<MetadataEnvelope> deleteServerPropertiesWithHttpInfo(String did) throws ApiException
public com.squareup.okhttp.Call deleteServerPropertiesAsync(String did, ApiCallback<MetadataEnvelope> callback) throws ApiException
public TaskByDidListEnvelope getAllByDid(String did, Integer count, Integer offset, String status, String order, String sort) throws ApiException
public ApiResponse<TaskByDidListEnvelope> getAllByDidWithHttpInfo(String did, Integer count, Integer offset, String status, String order, String sort) throws ApiException
public com.squareup.okhttp.Call getAllByDidAsync(String did, Integer count, Integer offset, String status, String order, String sort, ApiCallback<TaskByDidListEnvelope> callback) throws ApiException
public DeviceTypesInfoEnvelope getDeviceTypesInfo(String dtid) throws ApiException
public ApiResponse<DeviceTypesInfoEnvelope> getDeviceTypesInfoWithHttpInfo(String dtid) throws ApiException
public com.squareup.okhttp.Call getDeviceTypesInfoAsync(String dtid, ApiCallback<DeviceTypesInfoEnvelope> callback) throws ApiException
public MetadataPropertiesEnvelope getManifestProperties(String dtid) throws ApiException
public ApiResponse<MetadataPropertiesEnvelope> getManifestPropertiesWithHttpInfo(String dtid) throws ApiException
public com.squareup.okhttp.Call getManifestPropertiesAsync(String dtid, ApiCallback<MetadataPropertiesEnvelope> callback) throws ApiException
public MetadataEnvelope getProperties(String did, Boolean includeTimestamp) throws ApiException
public ApiResponse<MetadataEnvelope> getPropertiesWithHttpInfo(String did, Boolean includeTimestamp) throws ApiException
public com.squareup.okhttp.Call getPropertiesAsync(String did, Boolean includeTimestamp, ApiCallback<MetadataEnvelope> callback) throws ApiException
public TaskStatusesEnvelope getStatuses(String tid, Integer count, Integer offset, String status, String dids) throws ApiException
public ApiResponse<TaskStatusesEnvelope> getStatusesWithHttpInfo(String tid, Integer count, Integer offset, String status, String dids) throws ApiException
public com.squareup.okhttp.Call getStatusesAsync(String tid, Integer count, Integer offset, String status, String dids, ApiCallback<TaskStatusesEnvelope> callback) throws ApiException
public TaskStatusesHistoryEnvelope getStatusesHistory(String tid, String did) throws ApiException
public ApiResponse<TaskStatusesHistoryEnvelope> getStatusesHistoryWithHttpInfo(String tid, String did) throws ApiException
public com.squareup.okhttp.Call getStatusesHistoryAsync(String tid, String did, ApiCallback<TaskStatusesHistoryEnvelope> callback) throws ApiException
public TaskEnvelope getTaskByID(String tid) throws ApiException
public ApiResponse<TaskEnvelope> getTaskByIDWithHttpInfo(String tid) throws ApiException
public com.squareup.okhttp.Call getTaskByIDAsync(String tid, ApiCallback<TaskEnvelope> callback) throws ApiException
public TaskListEnvelope getTasks(String dtid, Integer count, Integer offset, String status, String order, String sort) throws ApiException
public ApiResponse<TaskListEnvelope> getTasksWithHttpInfo(String dtid, Integer count, Integer offset, String status, String order, String sort) throws ApiException
public com.squareup.okhttp.Call getTasksAsync(String dtid, Integer count, Integer offset, String status, String order, String sort, ApiCallback<TaskListEnvelope> callback) throws ApiException
public MetadataQueryEnvelope queryProperties(String dtid, Integer count, Integer offset, String filter, Boolean includeTimestamp) throws ApiException
public ApiResponse<MetadataQueryEnvelope> queryPropertiesWithHttpInfo(String dtid, Integer count, Integer offset, String filter, Boolean includeTimestamp) throws ApiException
public com.squareup.okhttp.Call queryPropertiesAsync(String dtid, Integer count, Integer offset, String filter, Boolean includeTimestamp, ApiCallback<MetadataQueryEnvelope> callback) throws ApiException
public DeviceTypesInfoEnvelope updateDeviceTypesInfo(String dtid, DeviceTypesInfo deviceTypeInfo) throws ApiException
public ApiResponse<DeviceTypesInfoEnvelope> updateDeviceTypesInfoWithHttpInfo(String dtid, DeviceTypesInfo deviceTypeInfo) throws ApiException
public com.squareup.okhttp.Call updateDeviceTypesInfoAsync(String dtid, DeviceTypesInfo deviceTypeInfo, ApiCallback<DeviceTypesInfoEnvelope> callback) throws ApiException
public MetadataEnvelope updateServerProperties(String did, Object deviceProperties) throws ApiException
public ApiResponse<MetadataEnvelope> updateServerPropertiesWithHttpInfo(String did, Object deviceProperties) throws ApiException
public com.squareup.okhttp.Call updateServerPropertiesAsync(String did, Object deviceProperties, ApiCallback<MetadataEnvelope> callback) throws ApiException
public TaskUpdateResponse updateTask(String tid, TaskUpdateRequest taskUpdateRequest) throws ApiException
public ApiResponse<TaskUpdateResponse> updateTaskWithHttpInfo(String tid, TaskUpdateRequest taskUpdateRequest) throws ApiException
public com.squareup.okhttp.Call updateTaskAsync(String tid, TaskUpdateRequest taskUpdateRequest, ApiCallback<TaskUpdateResponse> callback) throws ApiException
public DeviceTaskUpdateResponse updateTaskForDevice(String tid, String did, DeviceTaskUpdateRequest deviceTaskUpdateRequest) throws ApiException
public ApiResponse<DeviceTaskUpdateResponse> updateTaskForDeviceWithHttpInfo(String tid, String did, DeviceTaskUpdateRequest deviceTaskUpdateRequest) throws ApiException
public com.squareup.okhttp.Call updateTaskForDeviceAsync(String tid, String did, DeviceTaskUpdateRequest deviceTaskUpdateRequest, ApiCallback<DeviceTaskUpdateResponse> callback) throws ApiException
Copyright © 2016. All rights reserved.