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