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