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