Uses of Enum
com.bandwidth.sdk.model.RecordingStateEnum
Packages that use RecordingStateEnum
-
Uses of RecordingStateEnum in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return RecordingStateEnumModifier and TypeMethodDescriptionstatic RecordingStateEnum
UpdateCallRecording.getState()
Get stateRecordingStateEnum.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static RecordingStateEnum
Returns the enum constant of this type with the specified name.static RecordingStateEnum[]
RecordingStateEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bandwidth.sdk.model with parameters of type RecordingStateEnumModifier and TypeMethodDescriptionvoid
UpdateCallRecording.setState
(RecordingStateEnum state) UpdateCallRecording.state
(RecordingStateEnum state) void
RecordingStateEnum.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, RecordingStateEnum enumeration)