Class GetGamificationInsightsGroupsTrendsAllRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetGamificationInsightsGroupsTrendsAllRequest.Builder
- Enclosing class:
- GetGamificationInsightsGroupsTrendsAllRequest
-
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 GetGamificationInsightsGroupsTrendsAllRequest.Builder withFilterType(GetGamificationInsightsGroupsTrendsAllRequest.filterTypeValues filterType) -
withFilterId
-
withGranularity
-
withGranularity
public GetGamificationInsightsGroupsTrendsAllRequest.Builder withGranularity(GetGamificationInsightsGroupsTrendsAllRequest.granularityValues granularity) -
withComparativePeriodStartWorkday
public GetGamificationInsightsGroupsTrendsAllRequest.Builder withComparativePeriodStartWorkday(LocalDate comparativePeriodStartWorkday) -
withComparativePeriodEndWorkday
public GetGamificationInsightsGroupsTrendsAllRequest.Builder withComparativePeriodEndWorkday(LocalDate comparativePeriodEndWorkday) -
withPrimaryPeriodStartWorkday
public GetGamificationInsightsGroupsTrendsAllRequest.Builder withPrimaryPeriodStartWorkday(LocalDate primaryPeriodStartWorkday) -
withPrimaryPeriodEndWorkday
public GetGamificationInsightsGroupsTrendsAllRequest.Builder withPrimaryPeriodEndWorkday(LocalDate primaryPeriodEndWorkday) -
withRequiredParams
-
build
-