Package com.twilio.rest.insights.v1.call
Class AnnotationFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Annotation>
-
- com.twilio.rest.insights.v1.call.AnnotationFetcher
-
public class AnnotationFetcher extends Fetcher<Annotation>
-
-
Constructor Summary
Constructors Constructor Description AnnotationFetcher(String pathCallSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Annotationfetch(TwilioRestClient client)Execute a request using specified client.TwilioResponse<Annotation>fetchWithResponse(TwilioRestClient client)-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync, fetchWithResponse
-
-
-
-
Constructor Detail
-
AnnotationFetcher
public AnnotationFetcher(String pathCallSid)
-
-
Method Detail
-
fetch
public Annotation fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<Annotation>- Parameters:
client- client used to make request- Returns:
- Requested object
-
fetchWithResponse
public TwilioResponse<Annotation> fetchWithResponse(TwilioRestClient client)
- Overrides:
fetchWithResponsein classFetcher<Annotation>
-
-