Uses of Enum Class
com.mypurecloud.sdk.v2.model.RecordingJob.StateEnum
Packages that use RecordingJob.StateEnum
-
Uses of RecordingJob.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RecordingJob.StateEnumModifier and TypeMethodDescriptionstatic RecordingJob.StateEnumRecordingJob.StateEnum.fromString(String key) RecordingJob.getState()static RecordingJob.StateEnumReturns the enum constant of this class with the specified name.static RecordingJob.StateEnum[]RecordingJob.StateEnum.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 RecordingJob.StateEnumModifier and TypeMethodDescriptionvoidRecordingJob.setState(RecordingJob.StateEnum state) RecordingJob.state(RecordingJob.StateEnum state) The current state of the job.