Uses of Class
com.mypurecloud.sdk.v2.api.request.GetGamificationInsightsUserTrendsRequest
Packages that use GetGamificationInsightsUserTrendsRequest
-
Uses of GetGamificationInsightsUserTrendsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetGamificationInsightsUserTrendsRequestModifier and TypeMethodDescriptionGamificationApi.getGamificationInsightsUserTrends(GetGamificationInsightsUserTrendsRequest request) Get insights user trend for the userGamificationApiAsync.getGamificationInsightsUserTrendsAsync(GetGamificationInsightsUserTrendsRequest request, AsyncApiCallback<UserInsightsTrend> callback) Get insights user trend for the user -
Uses of GetGamificationInsightsUserTrendsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetGamificationInsightsUserTrendsRequestModifier and TypeMethodDescriptionGetGamificationInsightsUserTrendsRequest.Builder.build()GetGamificationInsightsUserTrendsRequest.withComparativePeriodEndWorkday(LocalDate comparativePeriodEndWorkday) GetGamificationInsightsUserTrendsRequest.withComparativePeriodStartWorkday(LocalDate comparativePeriodStartWorkday) GetGamificationInsightsUserTrendsRequest.withCustomHeader(String name, String value) GetGamificationInsightsUserTrendsRequest.withFilterId(String filterId) GetGamificationInsightsUserTrendsRequest.withFilterType(String filterType) GetGamificationInsightsUserTrendsRequest.withGranularity(String granularity) GetGamificationInsightsUserTrendsRequest.withPrimaryPeriodEndWorkday(LocalDate primaryPeriodEndWorkday) GetGamificationInsightsUserTrendsRequest.withPrimaryPeriodStartWorkday(LocalDate primaryPeriodStartWorkday) GetGamificationInsightsUserTrendsRequest.withUserId(String userId)