parse

public QuoteResponse parse(Map<String, Object> stringObjectMap)

Reads the nested quote block into a response.

Return

a response holding the parsed quote, or one holding an error message if the payload was empty or held a message rather than a quote

Parameters

stringObjectMap

the response body, already decoded from JSON into a map