The JadeRestResponse Class
The
It contains information about the response; for example, the status code and data format for the request. It also contains the response body (data) returned from the server, as well as methods to deserialize it.
When making a REST request, you need to pass a JadeRestResponse as a parameter, which will be populated with the response information.