public class DevicesSharesApi extends Object
| Constructor and Description |
|---|
DevicesSharesApi() |
DevicesSharesApi(ApiClient apiClient) |
public DevicesSharesApi()
public DevicesSharesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public DeviceSharingId createShareForDevice(String deviceId, DeviceShareInfo deviceShareInfo) throws ApiException
public ApiResponse<DeviceSharingId> createShareForDeviceWithHttpInfo(String deviceId, DeviceShareInfo deviceShareInfo) throws ApiException
public com.squareup.okhttp.Call createShareForDeviceAsync(String deviceId, DeviceShareInfo deviceShareInfo, ApiCallback<DeviceSharingId> callback) throws ApiException
public DeviceSharingId deleteSharingForDevice(String deviceId, String shareId) throws ApiException
public ApiResponse<DeviceSharingId> deleteSharingForDeviceWithHttpInfo(String deviceId, String shareId) throws ApiException
public com.squareup.okhttp.Call deleteSharingForDeviceAsync(String deviceId, String shareId, ApiCallback<DeviceSharingId> callback) throws ApiException
public DeviceSharingEnvelope getAllSharesForDevice(String deviceId, Integer count, Integer offset) throws ApiException
public ApiResponse<DeviceSharingEnvelope> getAllSharesForDeviceWithHttpInfo(String deviceId, Integer count, Integer offset) throws ApiException
public com.squareup.okhttp.Call getAllSharesForDeviceAsync(String deviceId, Integer count, Integer offset, ApiCallback<DeviceSharingEnvelope> callback) throws ApiException
public DeviceSharing getSharingForDevice(String deviceId, String shareId) throws ApiException
public ApiResponse<DeviceSharing> getSharingForDeviceWithHttpInfo(String deviceId, String shareId) throws ApiException
public com.squareup.okhttp.Call getSharingForDeviceAsync(String deviceId, String shareId, ApiCallback<DeviceSharing> callback) throws ApiException
Copyright © 2018. All rights reserved.