Uses of Class
com.brightcove.proserve.mediaapi.wrapper.apiobjects.CustomField

Packages that use CustomField
com.brightcove.proserve.mediaapi.wrapper.apiobjects   
 

Uses of CustomField in com.brightcove.proserve.mediaapi.wrapper.apiobjects
 

Methods in com.brightcove.proserve.mediaapi.wrapper.apiobjects that return types with arguments of type CustomField
 java.util.List<CustomField> Video.getCustomFields()
          Gets the custom fields for this Video.
 

Method parameters in com.brightcove.proserve.mediaapi.wrapper.apiobjects with type arguments of type CustomField
 void Video.setCustomFields(java.util.List<CustomField> customFields)
          Sets the custom fields for this Video.