Uses of Class
com.twilio.rest.insights.v1.call.Annotation
-
Packages that use Annotation Package Description com.twilio.rest.insights.v1.call -
-
Uses of Annotation in com.twilio.rest.insights.v1.call
Methods in com.twilio.rest.insights.v1.call that return Annotation Modifier and Type Method Description AnnotationAnnotationFetcher. fetch(TwilioRestClient client)static AnnotationAnnotation. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Annotation object using the provided ObjectMapper.static AnnotationAnnotation. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Annotation object using the provided ObjectMapper.AnnotationAnnotationUpdater. update(TwilioRestClient client)
-