| Package | Description |
|---|---|
| com.bookeo.api.request |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ApiClient.deserialize(javax.ws.rs.core.Response response,
TypeRef returnType)
Deserialize response body to Java object according to the Content-Type.
|
<T> T |
JSON.deserialize(String body,
TypeRef returnType)
Deserialize the given JSON string to Java object.
|
<T> T |
ApiClient.invokeAPI(String path,
String method,
List<Pair> queryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String accept,
String contentType,
String[] authNames,
TypeRef returnType)
Invoke API by sending HTTP request with the given options.
|
Copyright © 2015. All rights reserved.