Uses of Class
com.kaltura.client.types.AssetFilter
-
Packages that use AssetFilter Package Description com.kaltura.client.services com.kaltura.client.types -
-
Uses of AssetFilter in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type AssetFilter Modifier and Type Method Description static AttachmentAssetService.ListAttachmentAssetBuilderAttachmentAssetService. list(AssetFilter filter)static AttachmentAssetService.ListAttachmentAssetBuilderAttachmentAssetService. list(AssetFilter filter, FilterPager pager)List attachment Assets by filter and pagerstatic CaptionAssetService.ListCaptionAssetBuilderCaptionAssetService. list(AssetFilter filter)static CaptionAssetService.ListCaptionAssetBuilderCaptionAssetService. list(AssetFilter filter, FilterPager pager)List caption Assets by filter and pagerstatic FlavorAssetService.ListFlavorAssetBuilderFlavorAssetService. list(AssetFilter filter)static FlavorAssetService.ListFlavorAssetBuilderFlavorAssetService. list(AssetFilter filter, FilterPager pager)List Flavor Assets by filter and pagerstatic ThumbAssetService.ListThumbAssetBuilderThumbAssetService. list(AssetFilter filter)static ThumbAssetService.ListThumbAssetBuilderThumbAssetService. list(AssetFilter filter, FilterPager pager)List Thumbnail Assets by filter and pagerConstructors in com.kaltura.client.services with parameters of type AssetFilter Constructor Description ListAttachmentAssetBuilder(AssetFilter filter, FilterPager pager)ListCaptionAssetBuilder(AssetFilter filter, FilterPager pager)ListFlavorAssetBuilder(AssetFilter filter, FilterPager pager)ListThumbAssetBuilder(AssetFilter filter, FilterPager pager) -
Uses of AssetFilter in com.kaltura.client.types
Subclasses of AssetFilter in com.kaltura.client.types Modifier and Type Class Description classAttachmentAssetBaseFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classAttachmentAssetFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classCaptionAssetBaseFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classCaptionAssetFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classCaptionAssetItemFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classFlavorAssetBaseFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classFlavorAssetFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classLiveAssetBaseFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classLiveAssetFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classThumbAssetBaseFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classThumbAssetFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classTimedThumbAssetBaseFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classTimedThumbAssetFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classTranscriptAssetBaseFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classTranscriptAssetFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classWidevineFlavorAssetBaseFilterThis class was generated using generate.php against an XML schema provided by Kaltura.classWidevineFlavorAssetFilterThis class was generated using generate.php against an XML schema provided by Kaltura.Methods in com.kaltura.client.types that return AssetFilter Modifier and Type Method Description AssetFilterDeliveryProfile. getSupplementaryAssetsFilter()Methods in com.kaltura.client.types with parameters of type AssetFilter Modifier and Type Method Description voidDeliveryProfile. setSupplementaryAssetsFilter(AssetFilter supplementaryAssetsFilter)
-