public interface ApiUserClient extends ResourceUserClient, ApiClient, CrudMethodFilter
| Modifier and Type | Method and Description |
|---|---|
Object |
create(Object inputData) |
Object |
create(Object inputData,
String id) |
int |
delete(Map<String,Object> params) |
boolean |
delete(String id) |
Object |
get(String id) |
List<String> |
keys(Map<String,Object> params) |
List<Object> |
list(Map<String,Object> params) |
Object |
modify(Object partialtData,
String id) |
Object |
update(Object inputData,
String id) |
getResourceBaseUrlgetAuthRefreshPolicy, getAutoRedirectPolicy, getCacheControlPolicy, getClientCachePolicy, getRequestRetryPolicygetUserCredentialisMethodSupportedObject get(String id) throws RestApiException, IOException
RestApiExceptionIOExceptionList<Object> list(Map<String,Object> params) throws RestApiException, IOException
RestApiExceptionIOExceptionList<String> keys(Map<String,Object> params) throws RestApiException, IOException
RestApiExceptionIOExceptionObject create(Object inputData) throws RestApiException, IOException
RestApiExceptionIOExceptionObject create(Object inputData, String id) throws RestApiException, IOException
RestApiExceptionIOExceptionObject update(Object inputData, String id) throws RestApiException, IOException
RestApiExceptionIOExceptionObject modify(Object partialtData, String id) throws RestApiException, IOException
RestApiExceptionIOExceptionboolean delete(String id) throws RestApiException, IOException
RestApiExceptionIOExceptionint delete(Map<String,Object> params) throws RestApiException, IOException
RestApiExceptionIOExceptionCopyright © 2013. All rights reserved.