Class IpAccessControlListUpdater
- java.lang.Object
-
- com.twilio.base.Updater<IpAccessControlList>
-
- com.twilio.rest.api.v2010.account.sip.IpAccessControlListUpdater
-
public class IpAccessControlListUpdater extends Updater<IpAccessControlList>
-
-
Constructor Summary
Constructors Constructor Description IpAccessControlListUpdater(String pathSid, String friendlyName)IpAccessControlListUpdater(String pathAccountSid, String pathSid, String friendlyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpAccessControlListUpdatersetFriendlyName(String friendlyName)IpAccessControlListupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setFriendlyName
public IpAccessControlListUpdater setFriendlyName(String friendlyName)
-
update
public IpAccessControlList update(TwilioRestClient client)
Description copied from class:UpdaterExecute a request using specified client.- Specified by:
updatein classUpdater<IpAccessControlList>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-