Package com.twilio.rest.voice.v1
Class IpRecordFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<IpRecord>
-
- com.twilio.rest.voice.v1.IpRecordFetcher
-
-
Constructor Summary
Constructors Constructor Description IpRecordFetcher(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpRecord
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
IpRecordFetcher
public IpRecordFetcher(String pathSid)
-
-