Uses of Class
com.twilio.rest.trunking.v1.trunk.Recording.RecordingMode
-
Packages that use Recording.RecordingMode Package Description com.twilio.rest.trunking.v1.trunk -
-
Uses of Recording.RecordingMode in com.twilio.rest.trunking.v1.trunk
Methods in com.twilio.rest.trunking.v1.trunk that return Recording.RecordingMode Modifier and Type Method Description static Recording.RecordingModeRecording.RecordingMode. forValue(String value)Recording.RecordingModeRecording. getMode()static Recording.RecordingModeRecording.RecordingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Recording.RecordingMode[]Recording.RecordingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.trunking.v1.trunk with parameters of type Recording.RecordingMode Modifier and Type Method Description RecordingUpdaterRecordingUpdater. setMode(Recording.RecordingMode mode)
-