JadeRestResponse Methods
The methods defined in the JadeRestResponse class are summarized in the following table.
| Method | Description |
|---|---|
| deserialize | Deserializes the response body back into objects |
| getDataWithoutMarkup | Standardizes primitive value response bodies by removing markup |
| getNextPage | If the value of the nextPage property is set to a valid URL, makes another call to the same REST API using that URL |
| parsePaginationEnvelope | Attempts to deserialize the JSON string in the data property to an object of the class specified in the envelope parameter |
2020.0.01 and higher
