The JadeRestResponse Class

The JadeRestRequest class represents a response returned from the server as the result of a specific request.

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.