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