Uses of Class
com.mypurecloud.sdk.v2.model.TrendData
Packages that use TrendData
-
Uses of TrendData in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TrendDataModifier and TypeMethodDescriptionTrendData.averageValue(Double averageValue) Average metric valueTrendData.dateEndWorkday(LocalDate dateEndWorkday) End workday used as the date range.TrendData.dateStartWorkday(LocalDate dateStartWorkday) Start workday used as the date range.TrendData.percentOfGoal(Double percentOfGoal) Percent of goalMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type TrendDataModifier and TypeMethodDescriptionInsightsTrends.getComparativePeriod()InsightsTrends.getPrimaryPeriod()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type TrendDataModifier and TypeMethodDescriptionInsightsTrends.comparativePeriod(List<TrendData> comparativePeriod) List of trend data in the comparative periodInsightsTrends.primaryPeriod(List<TrendData> primaryPeriod) List of trend data in the primary periodvoidInsightsTrends.setComparativePeriod(List<TrendData> comparativePeriod) voidInsightsTrends.setPrimaryPeriod(List<TrendData> primaryPeriod)