Uses of Class
com.kaltura.client.types.EntryVendorTask
-
Packages that use EntryVendorTask Package Description com.kaltura.client.services -
-
Uses of EntryVendorTask in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type EntryVendorTask Modifier and Type Method Description static EntryVendorTaskService.AddEntryVendorTaskBuilderEntryVendorTaskService. add(EntryVendorTask entryVendorTask)Allows you to add a entry vendor taskstatic EntryVendorTaskService.UpdateEntryVendorTaskBuilderEntryVendorTaskService. update(int id, EntryVendorTask entryVendorTask)Update entry vendor task.static EntryVendorTaskService.UpdateJobEntryVendorTaskBuilderEntryVendorTaskService. updateJob(int id, EntryVendorTask entryVendorTask)Update entry vendor task.Constructors in com.kaltura.client.services with parameters of type EntryVendorTask Constructor Description AddEntryVendorTaskBuilder(EntryVendorTask entryVendorTask)UpdateEntryVendorTaskBuilder(int id, EntryVendorTask entryVendorTask)UpdateJobEntryVendorTaskBuilder(int id, EntryVendorTask entryVendorTask)
-