Uses of Class
com.twilio.rest.trunking.v1.Trunk.TransferSetting
-
Packages that use Trunk.TransferSetting Package Description com.twilio.rest.trunking.v1 -
-
Uses of Trunk.TransferSetting in com.twilio.rest.trunking.v1
Methods in com.twilio.rest.trunking.v1 that return Trunk.TransferSetting Modifier and Type Method Description static Trunk.TransferSettingTrunk.TransferSetting. forValue(String value)Trunk.TransferSettingTrunk. getTransferMode()static Trunk.TransferSettingTrunk.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.Methods in com.twilio.rest.trunking.v1 with parameters of type Trunk.TransferSetting Modifier and Type Method Description TrunkCreatorTrunkCreator. setTransferMode(Trunk.TransferSetting transferMode)TrunkUpdaterTrunkUpdater. setTransferMode(Trunk.TransferSetting transferMode)
-