Class ApiResponse<T>
java.lang.Object
com.boldsign.ApiResponse<T>
API response returned by API call.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()Get thedata.Get theheaders.intGet thestatus code.
-
Constructor Details
-
ApiResponse
-
ApiResponse
-
-
Method Details
-
getStatusCode
public int getStatusCode()Get the
status code.- Returns:
- the status code
-
getHeaders
-
getData
-