Class GetGamificationInsightsGroupsTrendsRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetGamificationInsightsGroupsTrendsRequest.Builder
- Enclosing class:
- GetGamificationInsightsGroupsTrendsRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withComparativePeriodEndWorkday(LocalDate comparativePeriodEndWorkday) withComparativePeriodStartWorkday(LocalDate comparativePeriodStartWorkday) withFilterId(String filterId) withFilterType(String filterType) withGranularity(String granularity) withPrimaryPeriodEndWorkday(LocalDate primaryPeriodEndWorkday) withPrimaryPeriodStartWorkday(LocalDate primaryPeriodStartWorkday) withRequiredParams(String filterType, String filterId, String granularity, LocalDate comparativePeriodStartWorkday, LocalDate comparativePeriodEndWorkday, LocalDate primaryPeriodStartWorkday, LocalDate primaryPeriodEndWorkday)
-
Method Details
-
withFilterType
-
withFilterType
public GetGamificationInsightsGroupsTrendsRequest.Builder withFilterType(GetGamificationInsightsGroupsTrendsRequest.filterTypeValues filterType) -
withFilterId
-
withGranularity
-
withGranularity
public GetGamificationInsightsGroupsTrendsRequest.Builder withGranularity(GetGamificationInsightsGroupsTrendsRequest.granularityValues granularity) -
withComparativePeriodStartWorkday
public GetGamificationInsightsGroupsTrendsRequest.Builder withComparativePeriodStartWorkday(LocalDate comparativePeriodStartWorkday) -
withComparativePeriodEndWorkday
public GetGamificationInsightsGroupsTrendsRequest.Builder withComparativePeriodEndWorkday(LocalDate comparativePeriodEndWorkday) -
withPrimaryPeriodStartWorkday
public GetGamificationInsightsGroupsTrendsRequest.Builder withPrimaryPeriodStartWorkday(LocalDate primaryPeriodStartWorkday) -
withPrimaryPeriodEndWorkday
public GetGamificationInsightsGroupsTrendsRequest.Builder withPrimaryPeriodEndWorkday(LocalDate primaryPeriodEndWorkday) -
withRequiredParams
-
build
-