Uses of Class
com.kaltura.client.enums.VendorCatalogItemPriceFunction
-
Packages that use VendorCatalogItemPriceFunction Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of VendorCatalogItemPriceFunction in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return VendorCatalogItemPriceFunction Modifier and Type Method Description static VendorCatalogItemPriceFunctionVendorCatalogItemPriceFunction. get(String value)static VendorCatalogItemPriceFunctionVendorCatalogItemPriceFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static VendorCatalogItemPriceFunction[]VendorCatalogItemPriceFunction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VendorCatalogItemPriceFunction in com.kaltura.client.types
Methods in com.kaltura.client.types that return VendorCatalogItemPriceFunction Modifier and Type Method Description VendorCatalogItemPriceFunctionVendorCatalogItemPricing. getPriceFunction()Methods in com.kaltura.client.types with parameters of type VendorCatalogItemPriceFunction Modifier and Type Method Description voidVendorCatalogItemPricing. setPriceFunction(VendorCatalogItemPriceFunction priceFunction)
-