Uses of Class
com.twilio.rest.proxy.v1.Service.NumberSelectionBehavior
-
Packages that use Service.NumberSelectionBehavior Package Description com.twilio.rest.proxy.v1 -
-
Uses of Service.NumberSelectionBehavior in com.twilio.rest.proxy.v1
Methods in com.twilio.rest.proxy.v1 that return Service.NumberSelectionBehavior Modifier and Type Method Description static Service.NumberSelectionBehaviorService.NumberSelectionBehavior. forValue(String value)Service.NumberSelectionBehaviorService. getNumberSelectionBehavior()static Service.NumberSelectionBehaviorService.NumberSelectionBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static Service.NumberSelectionBehavior[]Service.NumberSelectionBehavior. 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.NumberSelectionBehavior Modifier and Type Method Description ServiceCreatorServiceCreator. setNumberSelectionBehavior(Service.NumberSelectionBehavior numberSelectionBehavior)ServiceUpdaterServiceUpdater. setNumberSelectionBehavior(Service.NumberSelectionBehavior numberSelectionBehavior)
-