Represents a Search Bundles Clarify API response type, allowing the caller to obtain the matches, terms, and scores
from the results, the list of search result items, and paginate through the results.
Wraps all of the details of a low-level Clarify SDK response into a single class that can be used to:
1) access the response code
2) a parsed version of the content (Using Resty), and
3) the response content (for your own parsing needs).
Creates a new Clarify Bundle using the Create Bundle REST API using a name, initial media URL, and any number of
additional fields (as defined by the Clarify Create Bundle API).
Returns the underlying Resty JSONResource object, representing the parsed JSON response code
See http://beders.github.io/Resty/Resty/Overview.html for more details on the Resty Java API