Package com.twilio.rest.trunking.v1
Class TrunkUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Trunk>
-
- com.twilio.rest.trunking.v1.TrunkUpdater
-
-
Constructor Summary
Constructors Constructor Description TrunkUpdater(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrunkUpdatersetCnamLookupEnabled(Boolean cnamLookupEnabled)TrunkUpdatersetDisasterRecoveryMethod(HttpMethod disasterRecoveryMethod)TrunkUpdatersetDisasterRecoveryUrl(String disasterRecoveryUrl)TrunkUpdatersetDisasterRecoveryUrl(URI disasterRecoveryUrl)TrunkUpdatersetDomainName(String domainName)TrunkUpdatersetFriendlyName(String friendlyName)TrunkUpdatersetSecure(Boolean secure)TrunkUpdatersetTransferCallerId(Trunk.TransferCallerId transferCallerId)TrunkUpdatersetTransferMode(Trunk.TransferSetting transferMode)Trunkupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
TrunkUpdater
public TrunkUpdater(String pathSid)
-
-
Method Detail
-
setFriendlyName
public TrunkUpdater setFriendlyName(String friendlyName)
-
setDomainName
public TrunkUpdater setDomainName(String domainName)
-
setDisasterRecoveryUrl
public TrunkUpdater setDisasterRecoveryUrl(URI disasterRecoveryUrl)
-
setDisasterRecoveryUrl
public TrunkUpdater setDisasterRecoveryUrl(String disasterRecoveryUrl)
-
setDisasterRecoveryMethod
public TrunkUpdater setDisasterRecoveryMethod(HttpMethod disasterRecoveryMethod)
-
setTransferMode
public TrunkUpdater setTransferMode(Trunk.TransferSetting transferMode)
-
setSecure
public TrunkUpdater setSecure(Boolean secure)
-
setCnamLookupEnabled
public TrunkUpdater setCnamLookupEnabled(Boolean cnamLookupEnabled)
-
setTransferCallerId
public TrunkUpdater setTransferCallerId(Trunk.TransferCallerId transferCallerId)
-
-