| Package | Description |
|---|---|
| com.twilio.rest.notify.v1.service.user |
| Modifier and Type | Method and Description |
|---|---|
static UserBinding.BindingType |
UserBinding.BindingType.forValue(String value)
Generate a BindingType from a string.
|
static UserBinding.BindingType |
UserBinding.BindingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserBinding.BindingType[] |
UserBinding.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 UserBindingCreator |
UserBinding.creator(String pathServiceSid,
String pathIdentity,
UserBinding.BindingType bindingType,
String address)
Create a UserBindingCreator to execute create.
|
| Constructor and Description |
|---|
UserBindingCreator(String pathServiceSid,
String pathIdentity,
UserBinding.BindingType bindingType,
String address)
Construct a new UserBindingCreator.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.