Uses of Class
com.kaltura.client.enums.VendorServiceTurnAroundTime
-
Packages that use VendorServiceTurnAroundTime Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of VendorServiceTurnAroundTime in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return VendorServiceTurnAroundTime Modifier and Type Method Description static VendorServiceTurnAroundTimeVendorServiceTurnAroundTime. get(Integer value)static VendorServiceTurnAroundTimeVendorServiceTurnAroundTime. valueOf(String name)Returns the enum constant of this type with the specified name.static VendorServiceTurnAroundTime[]VendorServiceTurnAroundTime. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VendorServiceTurnAroundTime in com.kaltura.client.types
Methods in com.kaltura.client.types that return VendorServiceTurnAroundTime Modifier and Type Method Description VendorServiceTurnAroundTimeBulkUploadResultVendorCatalogItem. getTurnAroundTime()VendorServiceTurnAroundTimeEntryVendorTask. getTurnAroundTime()VendorServiceTurnAroundTimeReachReportInputFilter. getTurnAroundTime()VendorServiceTurnAroundTimeVendorCatalogItem. getTurnAroundTime()VendorServiceTurnAroundTimeCatalogItemAdvancedFilter. getTurnAroundTimeEqual()VendorServiceTurnAroundTimeVendorCatalogItemBaseFilter. getTurnAroundTimeEqual()Methods in com.kaltura.client.types with parameters of type VendorServiceTurnAroundTime Modifier and Type Method Description voidBulkUploadResultVendorCatalogItem. setTurnAroundTime(VendorServiceTurnAroundTime turnAroundTime)voidReachReportInputFilter. setTurnAroundTime(VendorServiceTurnAroundTime turnAroundTime)voidVendorCatalogItem. setTurnAroundTime(VendorServiceTurnAroundTime turnAroundTime)voidCatalogItemAdvancedFilter. setTurnAroundTimeEqual(VendorServiceTurnAroundTime turnAroundTimeEqual)voidVendorCatalogItemBaseFilter. setTurnAroundTimeEqual(VendorServiceTurnAroundTime turnAroundTimeEqual)
-