Uses of Class
io.clarify.api.BundleMetadata

Uses of BundleMetadata in io.clarify.api
 

Methods in io.clarify.api that return BundleMetadata
 BundleMetadata ClarifyClient.findMetadata(String bundleId)
          Returns a Bundle's Metadata class, with details on the bundle and any attached user data (if available)
 BundleMetadata Bundle.getMetadata()
          Returns this media Bundle's Metadata class, with details on the bundle and any attached user data (if available)
 BundleMetadata BundleMetadata.updateData(String json)
          Updates the user-defined data property of the Bundle's Metadata with the supplied JSON string, then return a refreshed copy (resulting in 2 API calls)
 BundleMetadata ClarifyClient.updateMetadata(String bundleId, String json)
          Updates the user-defined data property of the Bundle's Metadata with the supplied JSON string, then return a refreshed copy (resulting in 2 API calls)
 



Copyright © 2015 Clarify Inc. All Rights Reserved.