public interface RestClient
| Modifier and Type | Method and Description |
|---|---|
<T> Result<T> |
sendRequest(RestResource.RequestMethod method,
String url,
com.google.gson.reflect.TypeToken<T> clazz) |
<T> Result<T> |
sendRequest(RestResource.RequestMethod method,
String url,
com.google.gson.reflect.TypeToken<T> clazz,
Map<String,String> params) |
<T> Result<T> |
sendRequest(RestResource.RequestMethod method,
String url,
com.google.gson.reflect.TypeToken<T> clazz,
Object requestObject) |
<T> Result<T> sendRequest(RestResource.RequestMethod method, String url, com.google.gson.reflect.TypeToken<T> clazz, Object requestObject)
<T> Result<T> sendRequest(RestResource.RequestMethod method, String url, com.google.gson.reflect.TypeToken<T> clazz)
Copyright © 2021. All rights reserved.