Uses of Class
com.kaltura.client.types.EntryVendorTaskFilter
-
Packages that use EntryVendorTaskFilter Package Description com.kaltura.client.services com.kaltura.client.types -
-
Uses of EntryVendorTaskFilter in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type EntryVendorTaskFilter Modifier and Type Method Description static EntryVendorTaskService.ExportToCsvEntryVendorTaskBuilderEntryVendorTaskService. exportToCsv(EntryVendorTaskFilter filter)add batch job that sends an email with a link to download an updated CSV that contains list of usersstatic EntryVendorTaskService.GetJobsEntryVendorTaskBuilderEntryVendorTaskService. getJobs(EntryVendorTaskFilter filter)static EntryVendorTaskService.GetJobsEntryVendorTaskBuilderEntryVendorTaskService. getJobs(EntryVendorTaskFilter filter, FilterPager pager)get KalturaEntryVendorTask objects for specific vendor partnerstatic EntryVendorTaskService.ListEntryVendorTaskBuilderEntryVendorTaskService. list(EntryVendorTaskFilter filter)static EntryVendorTaskService.ListEntryVendorTaskBuilderEntryVendorTaskService. list(EntryVendorTaskFilter filter, FilterPager pager)List KalturaEntryVendorTask objectsConstructors in com.kaltura.client.services with parameters of type EntryVendorTaskFilter Constructor Description ExportToCsvEntryVendorTaskBuilder(EntryVendorTaskFilter filter)GetJobsEntryVendorTaskBuilder(EntryVendorTaskFilter filter, FilterPager pager)ListEntryVendorTaskBuilder(EntryVendorTaskFilter filter, FilterPager pager) -
Uses of EntryVendorTaskFilter in com.kaltura.client.types
Methods in com.kaltura.client.types that return EntryVendorTaskFilter Modifier and Type Method Description EntryVendorTaskFilterEntryVendorTaskCsvJobData. getFilter()Methods in com.kaltura.client.types with parameters of type EntryVendorTaskFilter Modifier and Type Method Description voidEntryVendorTaskCsvJobData. setFilter(EntryVendorTaskFilter filter)
-