Uses of Enum Class
com.mypurecloud.sdk.v2.model.CallConversation.RecordingStateEnum
Packages that use CallConversation.RecordingStateEnum
-
Uses of CallConversation.RecordingStateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CallConversation.RecordingStateEnumModifier and TypeMethodDescriptionCallConversation.RecordingStateEnum.fromString(String key) CallConversation.getRecordingState()Returns the enum constant of this class with the specified name.static CallConversation.RecordingStateEnum[]CallConversation.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 CallConversation.RecordingStateEnumModifier and TypeMethodDescriptionCallConversation.recordingState(CallConversation.RecordingStateEnum recordingState) voidCallConversation.setRecordingState(CallConversation.RecordingStateEnum recordingState)