T - the underneath Typepublic interface ApiResponseType<T>
| Modifier and Type | Method and Description |
|---|---|
HttpHeaders |
getHeaders()
Headers of the http response.
|
T |
getResult()
The deserialized result of the api response.
|
int |
getStatusCode()
HTTP Status code of the api response.
|
int getStatusCode()
HttpHeaders getHeaders()
T getResult()
Copyright © 2023. All rights reserved.