public class IpAccessControlListFetcher extends Fetcher<IpAccessControlList>
| Constructor and Description |
|---|
IpAccessControlListFetcher(String pathSid)
Construct a new IpAccessControlListFetcher.
|
IpAccessControlListFetcher(String pathAccountSid,
String pathSid)
Construct a new IpAccessControlListFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
IpAccessControlList |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic IpAccessControlListFetcher(String pathSid)
pathSid - Fetch by unique ip-access-control-list Sidpublic IpAccessControlList fetch(TwilioRestClient client)
fetch in class Fetcher<IpAccessControlList>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.