Uses of Class
com.twilio.rest.proxy.v1.Service.GeoMatchLevel
-
Packages that use Service.GeoMatchLevel Package Description com.twilio.rest.proxy.v1 -
-
Uses of Service.GeoMatchLevel in com.twilio.rest.proxy.v1
Methods in com.twilio.rest.proxy.v1 that return Service.GeoMatchLevel Modifier and Type Method Description static Service.GeoMatchLevelService.GeoMatchLevel. forValue(String value)Service.GeoMatchLevelService. getGeoMatchLevel()static Service.GeoMatchLevelService.GeoMatchLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static Service.GeoMatchLevel[]Service.GeoMatchLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.proxy.v1 with parameters of type Service.GeoMatchLevel Modifier and Type Method Description ServiceCreatorServiceCreator. setGeoMatchLevel(Service.GeoMatchLevel geoMatchLevel)ServiceUpdaterServiceUpdater. setGeoMatchLevel(Service.GeoMatchLevel geoMatchLevel)
-