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