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