T - the generic typepublic interface ResponseConverter<T>
| Modifier and Type | Method and Description | 
|---|---|
T | 
convert(okhttp3.Response response)
Converts a response into a generic type to be defined. 
 | 
T convert(okhttp3.Response response)
response - the responseCopyright © 2015–2016 IBM Watson. All rights reserved.