Uses of Enum Class
com.serinity.exercicecontrol.service.performance.PerformanceReport.Status
Packages that use PerformanceReport.Status
-
Uses of PerformanceReport.Status in com.serinity.exercicecontrol.service.performance
Subclasses with type arguments of type PerformanceReport.Status in com.serinity.exercicecontrol.service.performanceMethods in com.serinity.exercicecontrol.service.performance that return PerformanceReport.StatusModifier and TypeMethodDescriptionPerformanceReport.status()Returns the value of thestatusrecord component.static PerformanceReport.StatusReturns the enum constant of this class with the specified name.static PerformanceReport.Status[]PerformanceReport.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.serinity.exercicecontrol.service.performance with parameters of type PerformanceReport.StatusModifierConstructorDescriptionPerformanceReport(int userId, Integer exerciseId, int windowDays, int sessionsTotal, int sessionsCompleted, int completionRatePercent, int avgActiveSeconds, double trendDeltaPercent, PerformanceReport.Status status, boolean fatigueFlag, boolean painFlag, List<PerformanceReport.Recommendation> recommendations, PerformanceReport.NextSessionPlan nextSessionPlan, List<PerformanceReport.DailyPoint> dailySeries) Creates an instance of aPerformanceReportrecord class.