Uses of Class
com.twilio.rest.ipmessaging.v2.service.Binding.BindingType
-
Packages that use Binding.BindingType Package Description com.twilio.rest.ipmessaging.v2.service -
-
Uses of Binding.BindingType in com.twilio.rest.ipmessaging.v2.service
Methods in com.twilio.rest.ipmessaging.v2.service that return Binding.BindingType Modifier and Type Method Description static Binding.BindingTypeBinding.BindingType. forValue(String value)Binding.BindingTypeBinding. getBindingType()static Binding.BindingTypeBinding.BindingType. valueOf(String name)Returns the enum constant of this type with the specified name.static Binding.BindingType[]Binding.BindingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.ipmessaging.v2.service with parameters of type Binding.BindingType Modifier and Type Method Description BindingReaderBindingReader. setBindingType(Binding.BindingType bindingType)Method parameters in com.twilio.rest.ipmessaging.v2.service with type arguments of type Binding.BindingType Modifier and Type Method Description BindingReaderBindingReader. setBindingType(List<Binding.BindingType> bindingType)
-