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