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