Uses of Class
com.kaltura.client.enums.CountryRestrictionType
-
Packages that use CountryRestrictionType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of CountryRestrictionType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return CountryRestrictionType Modifier and Type Method Description static CountryRestrictionTypeCountryRestrictionType. get(Integer value)static CountryRestrictionTypeCountryRestrictionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CountryRestrictionType[]CountryRestrictionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CountryRestrictionType in com.kaltura.client.types
Methods in com.kaltura.client.types that return CountryRestrictionType Modifier and Type Method Description CountryRestrictionTypeCountryRestriction. getCountryRestrictionType()Methods in com.kaltura.client.types with parameters of type CountryRestrictionType Modifier and Type Method Description voidCountryRestriction. setCountryRestrictionType(CountryRestrictionType countryRestrictionType)
-