| Package | Description |
|---|---|
| com.twilio.sdk.creator.notifications.v1.service | |
| com.twilio.sdk.resource.notifications.v1.service |
| Constructor and Description |
|---|
BindingCreator(String serviceSid,
String endpoint,
String identity,
Binding.BindingType bindingType,
String address)
Construct a new BindingCreator.
|
| Modifier and Type | Method and Description |
|---|---|
static Binding.BindingType |
Binding.BindingType.forValue(String value)
Generate a BindingType from a string.
|
static Binding.BindingType |
Binding.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.
|
| Modifier and Type | Method and Description |
|---|---|
static BindingCreator |
Binding.create(String serviceSid,
String endpoint,
String identity,
Binding.BindingType bindingType,
String address)
Create a BindingCreator to execute create.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.