Package com.twilio.rest.voice.v1
Class IpRecordUpdater
- java.lang.Object
-
- com.twilio.base.Updater<IpRecord>
-
- com.twilio.rest.voice.v1.IpRecordUpdater
-
-
Constructor Summary
Constructors Constructor Description IpRecordUpdater(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpRecordUpdater
setFriendlyName(String friendlyName)
IpRecord
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
IpRecordUpdater
public IpRecordUpdater(String pathSid)
-
-
Method Detail
-
setFriendlyName
public IpRecordUpdater setFriendlyName(String friendlyName)
-
-