Uses of Class
com.twilio.rest.notify.v1.service.Binding.BindingType
-
Packages that use Binding.BindingType Package Description com.twilio.rest.notify.v1.service -
-
Uses of Binding.BindingType in com.twilio.rest.notify.v1.service
Methods in com.twilio.rest.notify.v1.service that return Binding.BindingType Modifier and Type Method Description static Binding.BindingTypeBinding.BindingType. forValue(String value)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.notify.v1.service with parameters of type Binding.BindingType Modifier and Type Method Description static BindingCreatorBinding. creator(String pathServiceSid, String identity, Binding.BindingType bindingType, String address)BindingCreatorBindingCreator. setBindingType(Binding.BindingType bindingType)Constructors in com.twilio.rest.notify.v1.service with parameters of type Binding.BindingType Constructor Description BindingCreator(String pathServiceSid, String identity, Binding.BindingType bindingType, String address)
-