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