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