public interface ApiServiceClient extends ResourceServiceClient, ApiClient, CrudMethodFilter
| Modifier and Type | Method and Description |
|---|---|
Object |
create(UserCredential credential,
Object inputData) |
Object |
create(UserCredential credential,
Object inputData,
String id) |
int |
delete(UserCredential credential,
Map<String,Object> params) |
boolean |
delete(UserCredential credential,
String id) |
Object |
get(UserCredential credential,
String id) |
List<String> |
keys(UserCredential credential,
Map<String,Object> params) |
List<Object> |
list(UserCredential credential,
Map<String,Object> params) |
Object |
modify(UserCredential credential,
Object partialData,
String id)
Partial update/PATCH support
|
Object |
update(UserCredential credential,
Object inputData,
String id) |
getResourceBaseUrlgetAuthRefreshPolicy, getAutoRedirectPolicy, getCacheControlPolicy, getClientCachePolicy, getRequestRetryPolicygetClientCredentialgetRequiredScopes, isAccessAllowed, requiresScopeisMethodSupportedObject get(UserCredential credential, String id) throws RestApiException, IOException
credential - id - RestApiException - TODOIOException - TODOList<Object> list(UserCredential credential, Map<String,Object> params) throws RestApiException, IOException
credential - params - RestApiException - TODOIOException - TODOList<String> keys(UserCredential credential, Map<String,Object> params) throws RestApiException, IOException
credential - params - RestApiException - TODOIOException - TODOObject create(UserCredential credential, Object inputData) throws RestApiException, IOException
credential - inputData - RestApiException - TODOIOException - TODOObject create(UserCredential credential, Object inputData, String id) throws RestApiException, IOException
credential - inputData - id - RestApiException - TODOIOException - TODOObject update(UserCredential credential, Object inputData, String id) throws RestApiException, IOException
credential - inputData - id - RestApiException - TODOIOException - TODOObject modify(UserCredential credential, Object partialData, String id) throws RestApiException, IOException
credential - partialData - id - RestApiExceptionIOExceptionboolean delete(UserCredential credential, String id) throws RestApiException, IOException
credential - id - RestApiException - TODOIOException - TODOint delete(UserCredential credential, Map<String,Object> params) throws RestApiException, IOException
credential - params - RestApiException - TODOIOException - TODOCopyright © 2013. All rights reserved.