| Constructor and Description |
|---|
IpAddressUpdater(String pathIpAccessControlListSid,
String pathSid)
Construct a new IpAddressUpdater.
|
IpAddressUpdater(String pathAccountSid,
String pathIpAccessControlListSid,
String pathSid)
Construct a new IpAddressUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
IpAddressUpdater |
setFriendlyName(String friendlyName)
The friendly_name.
|
IpAddressUpdater |
setIpAddress(String ipAddress)
The ip_address.
|
IpAddress |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic IpAddressUpdater(String pathIpAccessControlListSid, String pathSid)
pathIpAccessControlListSid - The ip_access_control_list_sidpathSid - The sidpublic IpAddressUpdater setIpAddress(String ipAddress)
ipAddress - The ip_addresspublic IpAddressUpdater setFriendlyName(String friendlyName)
friendlyName - The friendly_namepublic IpAddress update(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.