public class DeviceTypesApi extends Object
| Constructor and Description |
|---|
DeviceTypesApi() |
DeviceTypesApi(ApiClient apiClient) |
public DeviceTypesApi()
public DeviceTypesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public ManifestVersionsEnvelope getAvailableManifestVersions(String deviceTypeId) throws ApiException
public ApiResponse<ManifestVersionsEnvelope> getAvailableManifestVersionsWithHttpInfo(String deviceTypeId) throws ApiException
public com.squareup.okhttp.Call getAvailableManifestVersionsAsync(String deviceTypeId, ApiCallback<ManifestVersionsEnvelope> callback) throws ApiException
public DeviceTypeEnvelope getDeviceType(String deviceTypeId) throws ApiException
public ApiResponse<DeviceTypeEnvelope> getDeviceTypeWithHttpInfo(String deviceTypeId) throws ApiException
public com.squareup.okhttp.Call getDeviceTypeAsync(String deviceTypeId, ApiCallback<DeviceTypeEnvelope> callback) throws ApiException
public DeviceTypesEnvelope getDeviceTypes(String name, Integer offset, Integer count, String tags) throws ApiException
public ApiResponse<DeviceTypesEnvelope> getDeviceTypesWithHttpInfo(String name, Integer offset, Integer count, String tags) throws ApiException
public com.squareup.okhttp.Call getDeviceTypesAsync(String name, Integer offset, Integer count, String tags, ApiCallback<DeviceTypesEnvelope> callback) throws ApiException
public DeviceTypesEnvelope getDeviceTypesByApplication(String appId, Boolean productInfo, Integer count, Integer offset) throws ApiException
public ApiResponse<DeviceTypesEnvelope> getDeviceTypesByApplicationWithHttpInfo(String appId, Boolean productInfo, Integer count, Integer offset) throws ApiException
public com.squareup.okhttp.Call getDeviceTypesByApplicationAsync(String appId, Boolean productInfo, Integer count, Integer offset, ApiCallback<DeviceTypesEnvelope> callback) throws ApiException
public ManifestPropertiesEnvelope getLatestManifestProperties(String deviceTypeId) throws ApiException
public ApiResponse<ManifestPropertiesEnvelope> getLatestManifestPropertiesWithHttpInfo(String deviceTypeId) throws ApiException
public com.squareup.okhttp.Call getLatestManifestPropertiesAsync(String deviceTypeId, ApiCallback<ManifestPropertiesEnvelope> callback) throws ApiException
public ManifestPropertiesEnvelope getManifestProperties(String deviceTypeId, String version) throws ApiException
public ApiResponse<ManifestPropertiesEnvelope> getManifestPropertiesWithHttpInfo(String deviceTypeId, String version) throws ApiException
public com.squareup.okhttp.Call getManifestPropertiesAsync(String deviceTypeId, String version, ApiCallback<ManifestPropertiesEnvelope> callback) throws ApiException
Copyright © 2017. All rights reserved.