Package | Description |
---|---|
com.twilio.rest.trunking.v1 |
Modifier and Type | Method and Description |
---|---|
static Trunk.TransferSetting |
Trunk.TransferSetting.forValue(String value)
Generate a TransferSetting from a string.
|
Trunk.TransferSetting |
Trunk.getTransferMode()
Returns The call transfer settings for the trunk.
|
static Trunk.TransferSetting |
Trunk.TransferSetting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trunk.TransferSetting[] |
Trunk.TransferSetting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TrunkUpdater |
TrunkUpdater.setTransferMode(Trunk.TransferSetting transferMode)
The call transfer settings for the trunk.
|
TrunkCreator |
TrunkCreator.setTransferMode(Trunk.TransferSetting transferMode)
The call transfer settings for the trunk.
|
Copyright © 2019 Twilio, Inc. All Rights Reserved.