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