Uses of Class
com.mypurecloud.sdk.v2.api.request.GetGamificationScorecardsPointsTrendsRequest
Packages that use GetGamificationScorecardsPointsTrendsRequest
-
Uses of GetGamificationScorecardsPointsTrendsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetGamificationScorecardsPointsTrendsRequestModifier and TypeMethodDescriptionGamificationApi.getGamificationScorecardsPointsTrends(GetGamificationScorecardsPointsTrendsRequest request) Points trends of the requesting userGamificationApiAsync.getGamificationScorecardsPointsTrendsAsync(GetGamificationScorecardsPointsTrendsRequest request, AsyncApiCallback<WorkdayPointsTrend> callback) Points trends of the requesting user -
Uses of GetGamificationScorecardsPointsTrendsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetGamificationScorecardsPointsTrendsRequestModifier and TypeMethodDescriptionGetGamificationScorecardsPointsTrendsRequest.Builder.build()GetGamificationScorecardsPointsTrendsRequest.withCustomHeader(String name, String value) GetGamificationScorecardsPointsTrendsRequest.withDayOfWeek(String dayOfWeek) GetGamificationScorecardsPointsTrendsRequest.withEndWorkday(LocalDate endWorkday) GetGamificationScorecardsPointsTrendsRequest.withStartWorkday(LocalDate startWorkday)