Uses of Class
com.kaltura.client.enums.GeoCoderType
-
Packages that use GeoCoderType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of GeoCoderType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return GeoCoderType Modifier and Type Method Description static GeoCoderTypeGeoCoderType. get(String value)static GeoCoderTypeGeoCoderType. valueOf(String name)Returns the enum constant of this type with the specified name.static GeoCoderType[]GeoCoderType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GeoCoderType in com.kaltura.client.types
Methods in com.kaltura.client.types that return GeoCoderType Modifier and Type Method Description GeoCoderTypeAnonymousIPCondition. getGeoCoderType()GeoCoderTypeAnonymousIPContextField. getGeoCoderType()GeoCoderTypeCoordinatesContextField. getGeoCoderType()GeoCoderTypeCountryCondition. getGeoCoderType()GeoCoderTypeCountryContextField. getGeoCoderType()GeoCoderTypeGeoDistanceCondition. getGeoCoderType()Methods in com.kaltura.client.types with parameters of type GeoCoderType Modifier and Type Method Description voidAnonymousIPCondition. setGeoCoderType(GeoCoderType geoCoderType)voidAnonymousIPContextField. setGeoCoderType(GeoCoderType geoCoderType)voidCoordinatesContextField. setGeoCoderType(GeoCoderType geoCoderType)voidCountryCondition. setGeoCoderType(GeoCoderType geoCoderType)voidCountryContextField. setGeoCoderType(GeoCoderType geoCoderType)voidGeoDistanceCondition. setGeoCoderType(GeoCoderType geoCoderType)
-