public class ApiResponse<T> extends Object implements io.apimatic.coreinterfaces.http.response.ApiResponseType<T>
| Constructor and Description |
|---|
ApiResponse(int statusCode,
Headers headers,
T result)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Headers |
getHeaders()
Headers of the http response.
|
T |
getResult()
The deserialized result of the api response.
|
int |
getStatusCode()
HTTP Status code of the api response.
|
public int getStatusCode()
getStatusCode in interface io.apimatic.coreinterfaces.http.response.ApiResponseType<T>public Headers getHeaders()
getHeaders in interface io.apimatic.coreinterfaces.http.response.ApiResponseType<T>Copyright © 2025. All rights reserved.