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