Uses of Enum Class
com.mypurecloud.sdk.v2.model.Call.RecordingStateEnum
Packages that use Call.RecordingStateEnum
-
Uses of Call.RecordingStateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Call.RecordingStateEnumModifier and TypeMethodDescriptionstatic Call.RecordingStateEnumCall.RecordingStateEnum.fromString(String key) Call.getRecordingState()static Call.RecordingStateEnumReturns the enum constant of this class with the specified name.static Call.RecordingStateEnum[]Call.RecordingStateEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type Call.RecordingStateEnumModifier and TypeMethodDescriptionCall.recordingState(Call.RecordingStateEnum recordingState) State of recording on this call.voidCall.setRecordingState(Call.RecordingStateEnum recordingState)