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