Uses of Class
com.kaltura.client.enums.VendorServiceType
-
Packages that use VendorServiceType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of VendorServiceType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return VendorServiceType Modifier and Type Method Description static VendorServiceTypeVendorServiceType. get(Integer value)static VendorServiceTypeVendorServiceType. valueOf(String name)Returns the enum constant of this type with the specified name.static VendorServiceType[]VendorServiceType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VendorServiceType in com.kaltura.client.types
Methods in com.kaltura.client.types that return VendorServiceType Modifier and Type Method Description VendorServiceTypeBulkUploadResultVendorCatalogItem. getServiceType()VendorServiceTypeEntryVendorTask. getServiceType()VendorServiceTypeReachReportInputFilter. getServiceType()VendorServiceTypeVendorCatalogItem. getServiceType()VendorServiceTypeCatalogItemAdvancedFilter. getServiceTypeEqual()VendorServiceTypeVendorCatalogItemBaseFilter. getServiceTypeEqual()Methods in com.kaltura.client.types with parameters of type VendorServiceType Modifier and Type Method Description voidBulkUploadResultVendorCatalogItem. setServiceType(VendorServiceType serviceType)voidReachReportInputFilter. setServiceType(VendorServiceType serviceType)voidVendorCatalogItem. setServiceType(VendorServiceType serviceType)voidCatalogItemAdvancedFilter. setServiceTypeEqual(VendorServiceType serviceTypeEqual)voidVendorCatalogItemBaseFilter. setServiceTypeEqual(VendorServiceType serviceTypeEqual)
-