Uses of Enum Class
com.bytedesk.service.quality_appeal.QualityAppealStatusEnum
Packages that use QualityAppealStatusEnum
-
Uses of QualityAppealStatusEnum in com.bytedesk.service.quality_appeal
Methods in com.bytedesk.service.quality_appeal that return QualityAppealStatusEnumModifier and TypeMethodDescriptionstatic QualityAppealStatusEnum根据代码获取枚举QualityAppealEntity.getStatusEnum()获取申诉状态枚举static QualityAppealStatusEnumReturns the enum constant of this class with the specified name.static QualityAppealStatusEnum[]QualityAppealStatusEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bytedesk.service.quality_appeal with parameters of type QualityAppealStatusEnumModifier and TypeMethodDescriptionvoidQualityAppealEntity.setStatus(QualityAppealStatusEnum status) 设置申诉状态