public class UsersApi extends Object
| Constructor and Description |
|---|
UsersApi() |
UsersApi(ApiClient apiClient) |
public UsersApi()
public UsersApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public PropertiesEnvelope createUserProperties(String userId, AppProperties properties, String aid) throws ApiException
public ApiResponse<PropertiesEnvelope> createUserPropertiesWithHttpInfo(String userId, AppProperties properties, String aid) throws ApiException
public com.squareup.okhttp.Call createUserPropertiesAsync(String userId, AppProperties properties, String aid, ApiCallback<PropertiesEnvelope> callback) throws ApiException
public PropertiesEnvelope deleteUserProperties(String userId, String aid) throws ApiException
public ApiResponse<PropertiesEnvelope> deleteUserPropertiesWithHttpInfo(String userId, String aid) throws ApiException
public com.squareup.okhttp.Call deleteUserPropertiesAsync(String userId, String aid, ApiCallback<PropertiesEnvelope> callback) throws ApiException
public UserEnvelope getSelf() throws ApiException
public ApiResponse<UserEnvelope> getSelfWithHttpInfo() throws ApiException
public com.squareup.okhttp.Call getSelfAsync(ApiCallback<UserEnvelope> callback) throws ApiException
public DeviceTypesEnvelope getUserDeviceTypes(String userId, Integer offset, Integer count, Boolean includeShared) throws ApiException
public ApiResponse<DeviceTypesEnvelope> getUserDeviceTypesWithHttpInfo(String userId, Integer offset, Integer count, Boolean includeShared) throws ApiException
public com.squareup.okhttp.Call getUserDeviceTypesAsync(String userId, Integer offset, Integer count, Boolean includeShared, ApiCallback<DeviceTypesEnvelope> callback) throws ApiException
public DevicesEnvelope getUserDevices(String userId, Integer offset, Integer count, Boolean includeProperties, String owner, Boolean includeShareInfo) throws ApiException
public ApiResponse<DevicesEnvelope> getUserDevicesWithHttpInfo(String userId, Integer offset, Integer count, Boolean includeProperties, String owner, Boolean includeShareInfo) throws ApiException
public com.squareup.okhttp.Call getUserDevicesAsync(String userId, Integer offset, Integer count, Boolean includeProperties, String owner, Boolean includeShareInfo, ApiCallback<DevicesEnvelope> callback) throws ApiException
public PropertiesEnvelope getUserProperties(String userId, String aid) throws ApiException
public ApiResponse<PropertiesEnvelope> getUserPropertiesWithHttpInfo(String userId, String aid) throws ApiException
public com.squareup.okhttp.Call getUserPropertiesAsync(String userId, String aid, ApiCallback<PropertiesEnvelope> callback) throws ApiException
public RulesEnvelope getUserRules(String userId, Boolean excludeDisabled, Integer count, Integer offset, String owner) throws ApiException
public ApiResponse<RulesEnvelope> getUserRulesWithHttpInfo(String userId, Boolean excludeDisabled, Integer count, Integer offset, String owner) throws ApiException
public com.squareup.okhttp.Call getUserRulesAsync(String userId, Boolean excludeDisabled, Integer count, Integer offset, String owner, ApiCallback<RulesEnvelope> callback) throws ApiException
public DeviceSharingEnvelope listAllSharesForUser(String userId, String filter, Integer count, Integer offset) throws ApiException
public ApiResponse<DeviceSharingEnvelope> listAllSharesForUserWithHttpInfo(String userId, String filter, Integer count, Integer offset) throws ApiException
public com.squareup.okhttp.Call listAllSharesForUserAsync(String userId, String filter, Integer count, Integer offset, ApiCallback<DeviceSharingEnvelope> callback) throws ApiException
public PropertiesEnvelope updateUserProperties(String userId, AppProperties properties, String aid) throws ApiException
public ApiResponse<PropertiesEnvelope> updateUserPropertiesWithHttpInfo(String userId, AppProperties properties, String aid) throws ApiException
public com.squareup.okhttp.Call updateUserPropertiesAsync(String userId, AppProperties properties, String aid, ApiCallback<PropertiesEnvelope> callback) throws ApiException
Copyright © 2017. All rights reserved.