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