Class Response<T>
java.lang.Object
com.codename1.io.rest.Response<T>
The http Response class
-
Method Summary
Modifier and TypeMethodDescriptionintThe http response codeThe http response dataReturns the error message that accompanies the response
-
Method Details
-
getResponseData
The http response data
Returns
the data
-
getResponseCode
public int getResponseCode()The http response code
Returns
the code
-
getResponseErrorMessage
Returns the error message that accompanies the response
Returns
the response
-