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 Annotation
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
AnnotationFetcher
public AnnotationFetcher(String pathCallSid)
-
-
Method Detail
-
fetch
public Annotation fetch(TwilioRestClient client)
Description copied from class:Fetcher
Execute a request using specified client.- Specified by:
fetch
in classFetcher<Annotation>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-