Constructor and Description |
---|
IpAddressCreator(String accountSid,
String ipAccessControlListSid,
String friendlyName,
String ipAddress)
Construct a new IpAddressCreator.
|
Modifier and Type | Method and Description |
---|---|
IpAddress |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
public IpAddressCreator(String accountSid, String ipAccessControlListSid, String friendlyName, String ipAddress)
accountSid
- The account_sidipAccessControlListSid
- The ip_access_control_list_sidfriendlyName
- The friendly_nameipAddress
- The ip_addresspublic IpAddress execute(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.