Uses of Class
com.kaltura.client.enums.EntryVendorTaskStatus
-
Packages that use EntryVendorTaskStatus Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of EntryVendorTaskStatus in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return EntryVendorTaskStatus Modifier and Type Method Description static EntryVendorTaskStatusEntryVendorTaskStatus. get(Integer value)static EntryVendorTaskStatusEntryVendorTaskStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EntryVendorTaskStatus[]EntryVendorTaskStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntryVendorTaskStatus in com.kaltura.client.types
Methods in com.kaltura.client.types that return EntryVendorTaskStatus Modifier and Type Method Description EntryVendorTaskStatusEntryVendorTask. getStatus()EntryVendorTaskStatusEntryVendorTaskBaseFilter. getStatusEqual()Methods in com.kaltura.client.types with parameters of type EntryVendorTaskStatus Modifier and Type Method Description voidEntryVendorTask. setStatus(EntryVendorTaskStatus status)voidEntryVendorTaskBaseFilter. setStatusEqual(EntryVendorTaskStatus statusEqual)
-