Uses of Enum Class
com.vonage.client.voice.ncco.RecordingFormat
Packages that use RecordingFormat
Package
Description
Provides useful NCCO classes which can be serialized using Jackson when
implementing webhooks to drive the Vonage Voice API.
-
Uses of RecordingFormat in com.vonage.client.voice.ncco
Methods in com.vonage.client.voice.ncco that return RecordingFormatModifier and TypeMethodDescriptionstatic RecordingFormatRecordingFormat.fromString(String name) RecordAction.getFormat()static RecordingFormatReturns the enum constant of this class with the specified name.static RecordingFormat[]RecordingFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.voice.ncco with parameters of type RecordingFormat