public class IpAccessControlListCreator extends Creator<IpAccessControlList>
| Constructor and Description |
|---|
IpAccessControlListCreator(String friendlyName)
Construct a new IpAccessControlListCreator.
|
IpAccessControlListCreator(String pathAccountSid,
String friendlyName)
Construct a new IpAccessControlListCreator.
|
| Modifier and Type | Method and Description |
|---|---|
IpAccessControlList |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
create, createAsync, createAsyncpublic IpAccessControlListCreator(String friendlyName)
friendlyName - A human readable description of this resourcepublic IpAccessControlList create(TwilioRestClient client)
create in class Creator<IpAccessControlList>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.