Uses of Class
io.clarify.api.Bundle

Uses of Bundle in io.clarify.api
 

Methods in io.clarify.api that return Bundle
 Bundle ClarifyClient.createBundle(String name, URI mediaURI)
          Creates a new Clarify Bundle using the Create Bundle REST API.
 Bundle ClarifyClient.createBundle(String name, URI mediaURI, Map<String,String> fields)
          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).
 Bundle ClarifyClient.findBundle(String bundleId)
          Uses the Retrieve Bundle API to return a specific Bundle by the specific bundleId
 Bundle ClarifyClient.findBundleByHref(String href)
          Uses the Retrieve Bundle API to return a specific Bundle by the specific relative href path
 



Copyright © 2015 Clarify Inc. All Rights Reserved.