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.ProcessingStateCallSummary.ProcessingState. forValue(String value)CallSummary.ProcessingStateCallSummary. getProcessingState()static CallSummary.ProcessingStateCallSummary.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 CallSummaryFetcherCallSummaryFetcher. setProcessingState(CallSummary.ProcessingState processingState)
-