public class SourceIpMappingFetcher extends Fetcher<SourceIpMapping>
Constructor and Description |
---|
SourceIpMappingFetcher(String pathSid)
Construct a new SourceIpMappingFetcher.
|
Modifier and Type | Method and Description |
---|---|
SourceIpMapping |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsync
public SourceIpMappingFetcher(String pathSid)
pathSid
- The unique string that identifies the resourcepublic SourceIpMapping fetch(TwilioRestClient client)
fetch
in class Fetcher<SourceIpMapping>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.