Package com.twilio.rest.voice.v1
Class SourceIpMappingFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<SourceIpMapping>
-
- com.twilio.rest.voice.v1.SourceIpMappingFetcher
-
public class SourceIpMappingFetcher extends Fetcher<SourceIpMapping>
-
-
Constructor Summary
Constructors Constructor Description SourceIpMappingFetcher(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceIpMappingfetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
SourceIpMappingFetcher
public SourceIpMappingFetcher(String pathSid)
-
-
Method Detail
-
fetch
public SourceIpMapping fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<SourceIpMapping>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-