|
Class Summary |
| Bundle |
|
| BundleList |
Represents a List Bundles Clarify API response type, allowing the caller to obtain the raw list of links
and to paginate through the results. |
| BundleMetadata |
Provides details on the stored Metadata for a specific media Bundle. |
| BundleSearchResults |
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. |
| BundleTrack |
Represents a specific Track within a media Bundle |
| BundleTrackList |
Represents a Track List associated to a specific media Bundle. |
| ClarifyClient |
The starting point for the Clarify API Java SDK. |
| ClarifyModel |
|
| ClarifyPaginatedModel |
Base class for handling pagination within the Clarify Java SDK. |
| ClarifyResponse |
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). |