Uses of Enum Class
com.mypurecloud.sdk.v2.model.CallMediaParticipant.RecordingStateEnum
Packages that use CallMediaParticipant.RecordingStateEnum
-
Uses of CallMediaParticipant.RecordingStateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CallMediaParticipant.RecordingStateEnumModifier and TypeMethodDescriptionCallMediaParticipant.RecordingStateEnum.fromString(String key) CallMediaParticipant.getRecordingState()Returns the enum constant of this class with the specified name.CallMediaParticipant.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 CallMediaParticipant.RecordingStateEnumModifier and TypeMethodDescriptionCallMediaParticipant.recordingState(CallMediaParticipant.RecordingStateEnum recordingState) The state of the call recording.voidCallMediaParticipant.setRecordingState(CallMediaParticipant.RecordingStateEnum recordingState)