Uses of Class
com.mypurecloud.sdk.v2.model.UserTrendData
Packages that use UserTrendData
-
Uses of UserTrendData in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UserTrendDataModifier and TypeMethodDescriptionUserTrendData.averageValue(Double averageValue) Average metric valueUserTrendData.dateEndWorkday(LocalDate dateEndWorkday) End workday used as the date range.UserTrendData.dateStartWorkday(LocalDate dateStartWorkday) Start workday used as the date range.UserTrendData.percentOfGoal(Double percentOfGoal) Percent of goalUserTrendData.rankPercentagePoints(Integer rankPercentagePoints) Rank, ordered by percentage of pointsUserTrendData.rankTotalPoints(Integer rankTotalPoints) Rank, ordered by total pointsMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type UserTrendDataModifier and TypeMethodDescriptionUserInsightsTrends.getComparativePeriod()UserInsightsTrends.getPrimaryPeriod()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type UserTrendDataModifier and TypeMethodDescriptionUserInsightsTrends.comparativePeriod(List<UserTrendData> comparativePeriod) List of trend data in the comparative periodUserInsightsTrends.primaryPeriod(List<UserTrendData> primaryPeriod) List of trend data in the primary periodvoidUserInsightsTrends.setComparativePeriod(List<UserTrendData> comparativePeriod) voidUserInsightsTrends.setPrimaryPeriod(List<UserTrendData> primaryPeriod)