Uses of Class
com.twilio.rest.insights.v1.call.Annotation.AnsweredBy
-
Packages that use Annotation.AnsweredBy Package Description com.twilio.rest.insights.v1.call -
-
Uses of Annotation.AnsweredBy in com.twilio.rest.insights.v1.call
Methods in com.twilio.rest.insights.v1.call that return Annotation.AnsweredBy Modifier and Type Method Description static Annotation.AnsweredByAnnotation.AnsweredBy. forValue(String value)Annotation.AnsweredByAnnotation. getAnsweredBy()static Annotation.AnsweredByAnnotation.AnsweredBy. valueOf(String name)Returns the enum constant of this type with the specified name.static Annotation.AnsweredBy[]Annotation.AnsweredBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.insights.v1.call with parameters of type Annotation.AnsweredBy Modifier and Type Method Description AnnotationUpdaterAnnotationUpdater. setAnsweredBy(Annotation.AnsweredBy answeredBy)
-