Package ch.threema.apitool.utils
Class ApiResponse<T>
java.lang.Object
ch.threema.apitool.utils.ApiResponse<T>
- Type Parameters:
T- The type of data that is deserialized from response body
API response returned by API call.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ApiResponse
- Parameters:
statusCode- The status code of HTTP responseheaders- The headers of HTTP response
-
ApiResponse
- Parameters:
statusCode- The status code of HTTP responseheaders- The headers of HTTP responsedata- The object deserialized from response body
-
-
Method Details
-
getStatusCode
public int getStatusCode() -
getHeaders
-
getData
-