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