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