public class IpAccessControlListMappingFetcher extends Fetcher<IpAccessControlListMapping>
| Constructor and Description |
|---|
IpAccessControlListMappingFetcher(String pathDomainSid,
String pathSid)
Construct a new IpAccessControlListMappingFetcher.
|
IpAccessControlListMappingFetcher(String pathAccountSid,
String pathDomainSid,
String pathSid)
Construct a new IpAccessControlListMappingFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
IpAccessControlListMapping |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic IpAccessControlListMappingFetcher(String pathDomainSid, String pathSid)
pathDomainSid - The domain_sidpathSid - The sidpublic IpAccessControlListMapping fetch(TwilioRestClient client)
fetch in class Fetcher<IpAccessControlListMapping>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.