Uses of Class
com.mypurecloud.sdk.v2.api.request.GetGamificationInsightsGroupsTrendsAllRequest
Packages that use GetGamificationInsightsGroupsTrendsAllRequest
-
Uses of GetGamificationInsightsGroupsTrendsAllRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetGamificationInsightsGroupsTrendsAllRequestModifier and TypeMethodDescriptionGamificationApi.getGamificationInsightsGroupsTrendsAll(GetGamificationInsightsGroupsTrendsAllRequest request) Get insights overall trendGamificationApiAsync.getGamificationInsightsGroupsTrendsAllAsync(GetGamificationInsightsGroupsTrendsAllRequest request, AsyncApiCallback<InsightsTrend> callback) Get insights overall trend -
Uses of GetGamificationInsightsGroupsTrendsAllRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetGamificationInsightsGroupsTrendsAllRequestModifier and TypeMethodDescriptionGetGamificationInsightsGroupsTrendsAllRequest.Builder.build()GetGamificationInsightsGroupsTrendsAllRequest.withComparativePeriodEndWorkday(LocalDate comparativePeriodEndWorkday) GetGamificationInsightsGroupsTrendsAllRequest.withComparativePeriodStartWorkday(LocalDate comparativePeriodStartWorkday) GetGamificationInsightsGroupsTrendsAllRequest.withCustomHeader(String name, String value) GetGamificationInsightsGroupsTrendsAllRequest.withFilterId(String filterId) GetGamificationInsightsGroupsTrendsAllRequest.withFilterType(String filterType) GetGamificationInsightsGroupsTrendsAllRequest.withGranularity(String granularity) GetGamificationInsightsGroupsTrendsAllRequest.withPrimaryPeriodEndWorkday(LocalDate primaryPeriodEndWorkday) GetGamificationInsightsGroupsTrendsAllRequest.withPrimaryPeriodStartWorkday(LocalDate primaryPeriodStartWorkday)