Uses of Class
com.bandwidth.Environment
-
Packages that use Environment Package Description com.bandwidth -
-
Uses of Environment in com.bandwidth
Methods in com.bandwidth that return Environment Modifier and Type Method Description static Environment
Environment. fromString(String toConvert)
Returns the enum member associated with the given string value.Environment
BandwidthClient. getEnvironment()
Current API environment.Environment
Configuration. getEnvironment()
Current API environment.static Environment
Environment. valueOf(String name)
Returns the enum constant of this type with the specified name.static Environment[]
Environment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bandwidth with parameters of type Environment Modifier and Type Method Description BandwidthClient.Builder
BandwidthClient.Builder. environment(Environment environment)
Current API environment.Method parameters in com.bandwidth with type arguments of type Environment Modifier and Type Method Description static List<String>
Environment. toValue(List<Environment> toConvert)
Convert list of Environment values to list of string values.
-