Uses of Class
com.kaltura.client.enums.LicenseType
-
Packages that use LicenseType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of LicenseType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return LicenseType Modifier and Type Method Description static LicenseTypeLicenseType. get(Integer value)static LicenseTypeLicenseType. valueOf(String name)Returns the enum constant of this type with the specified name.static LicenseType[]LicenseType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LicenseType in com.kaltura.client.types
Methods in com.kaltura.client.types that return LicenseType Modifier and Type Method Description LicenseTypeBaseEntry. getLicenseType()LicenseTypeSearchResult. getLicenseType()Methods in com.kaltura.client.types with parameters of type LicenseType Modifier and Type Method Description voidBaseEntry. setLicenseType(LicenseType licenseType)voidSearchResult. setLicenseType(LicenseType licenseType)
-