public static class Result.Ok<T> extends Result<T> implements ResponseResult
Successful result of request without errors
Result.Error, Result.Exception, Result.Ok<T>| Constructor and Description |
|---|
Ok(T value,
okhttp3.Response response)
Successful result of request without errors
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Response |
getResponse() |
T |
getValue() |
java.lang.String |
toString() |
getResponse