Uses of Class
com.mypurecloud.sdk.v2.api.request.GetGamificationInsightsUserTrendsRequest.Builder
Packages that use GetGamificationInsightsUserTrendsRequest.Builder
-
Uses of GetGamificationInsightsUserTrendsRequest.Builder in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetGamificationInsightsUserTrendsRequest.BuilderModifier and TypeMethodDescriptionGetGamificationInsightsUserTrendsRequest.builder()GetGamificationInsightsUserTrendsRequest.builder(String userId, String filterType, String filterId, String granularity, LocalDate comparativePeriodStartWorkday, LocalDate comparativePeriodEndWorkday, LocalDate primaryPeriodStartWorkday, LocalDate primaryPeriodEndWorkday) GetGamificationInsightsUserTrendsRequest.Builder.withComparativePeriodEndWorkday(LocalDate comparativePeriodEndWorkday) GetGamificationInsightsUserTrendsRequest.Builder.withComparativePeriodStartWorkday(LocalDate comparativePeriodStartWorkday) GetGamificationInsightsUserTrendsRequest.Builder.withFilterId(String filterId) GetGamificationInsightsUserTrendsRequest.Builder.withFilterType(GetGamificationInsightsUserTrendsRequest.filterTypeValues filterType) GetGamificationInsightsUserTrendsRequest.Builder.withFilterType(String filterType) GetGamificationInsightsUserTrendsRequest.Builder.withGranularity(GetGamificationInsightsUserTrendsRequest.granularityValues granularity) GetGamificationInsightsUserTrendsRequest.Builder.withGranularity(String granularity) GetGamificationInsightsUserTrendsRequest.Builder.withPrimaryPeriodEndWorkday(LocalDate primaryPeriodEndWorkday) GetGamificationInsightsUserTrendsRequest.Builder.withPrimaryPeriodStartWorkday(LocalDate primaryPeriodStartWorkday) GetGamificationInsightsUserTrendsRequest.Builder.withRequiredParams(String userId, String filterType, String filterId, String granularity, LocalDate comparativePeriodStartWorkday, LocalDate comparativePeriodEndWorkday, LocalDate primaryPeriodStartWorkday, LocalDate primaryPeriodEndWorkday) GetGamificationInsightsUserTrendsRequest.Builder.withUserId(String userId)