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