Uses of Class
com.mypurecloud.sdk.v2.api.request.GetGamificationScorecardsUserPointsTrendsRequest
Packages that use GetGamificationScorecardsUserPointsTrendsRequest
-
Uses of GetGamificationScorecardsUserPointsTrendsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetGamificationScorecardsUserPointsTrendsRequestModifier and TypeMethodDescriptionGamificationApi.getGamificationScorecardsUserPointsTrends(GetGamificationScorecardsUserPointsTrendsRequest request) Points trend for a userGamificationApiAsync.getGamificationScorecardsUserPointsTrendsAsync(GetGamificationScorecardsUserPointsTrendsRequest request, AsyncApiCallback<WorkdayPointsTrend> callback) Points trend for a user -
Uses of GetGamificationScorecardsUserPointsTrendsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetGamificationScorecardsUserPointsTrendsRequestModifier and TypeMethodDescriptionGetGamificationScorecardsUserPointsTrendsRequest.Builder.build()GetGamificationScorecardsUserPointsTrendsRequest.withCustomHeader(String name, String value) GetGamificationScorecardsUserPointsTrendsRequest.withDayOfWeek(String dayOfWeek) GetGamificationScorecardsUserPointsTrendsRequest.withEndWorkday(LocalDate endWorkday) GetGamificationScorecardsUserPointsTrendsRequest.withStartWorkday(LocalDate startWorkday) GetGamificationScorecardsUserPointsTrendsRequest.withUserId(String userId)