Class Response<T>

java.lang.Object
com.codename1.io.rest.Response<T>

public class Response<T> extends Object
The http Response class
  • Method Details

    • getResponseData

      public T getResponseData()

      The http response data

      Returns

      the data

    • getResponseCode

      public int getResponseCode()

      The http response code

      Returns

      the code

    • getResponseErrorMessage

      public String getResponseErrorMessage()

      Returns the error message that accompanies the response

      Returns

      the response