Package com.twilio.rest.routes.v2
Class TrunkUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Trunk>
-
- com.twilio.rest.routes.v2.TrunkUpdater
-
-
Constructor Summary
Constructors Constructor Description TrunkUpdater(String pathSipTrunkDomain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrunkUpdater
setFriendlyName(String friendlyName)
TrunkUpdater
setVoiceRegion(String voiceRegion)
Trunk
update(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 pathSipTrunkDomain)
-
-
Method Detail
-
setVoiceRegion
public TrunkUpdater setVoiceRegion(String voiceRegion)
-
setFriendlyName
public TrunkUpdater setFriendlyName(String friendlyName)
-
-