All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
delete(String url) |
protected <R> R |
get(String url,
org.openforis.collect.client.AbstractClient.ResponseProcessor<R> responseProcessor) |
<T> List<T> |
getList(String url,
Class<T> type) |
<T> List<T> |
getList(String url,
Map<String,Object> params,
Class<T> type) |
<T> T |
getOne(String url,
Class<T> type) |
<T> T |
patch(String url,
Object data,
Class<T> resultType) |
<T> T |
post(String url,
Object data,
Class<T> resultType) |