Uses of Enum Class
com.mypurecloud.sdk.v2.model.ReprocessJobResponse.JobStatusEnum
Packages that use ReprocessJobResponse.JobStatusEnum
-
Uses of ReprocessJobResponse.JobStatusEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ReprocessJobResponse.JobStatusEnumModifier and TypeMethodDescriptionReprocessJobResponse.JobStatusEnum.fromString(String key) ReprocessJobResponse.getJobStatus()Returns the enum constant of this class with the specified name.static ReprocessJobResponse.JobStatusEnum[]ReprocessJobResponse.JobStatusEnum.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 ReprocessJobResponse.JobStatusEnumModifier and TypeMethodDescriptionReprocessJobResponse.jobStatus(ReprocessJobResponse.JobStatusEnum jobStatus) The status of the job.voidReprocessJobResponse.setJobStatus(ReprocessJobResponse.JobStatusEnum jobStatus)