Class GetGamificationInsightsRankingsRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetGamificationInsightsRankingsRequest.Builder
- Enclosing class:
- GetGamificationInsightsRankingsRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withComparativePeriodStartWorkday(LocalDate comparativePeriodStartWorkday) withFilterId(String filterId) withFilterType(String filterType) withGranularity(String granularity) withPrimaryPeriodStartWorkday(LocalDate primaryPeriodStartWorkday) withReportsTo(String reportsTo) withRequiredParams(String filterType, String filterId, String granularity, LocalDate comparativePeriodStartWorkday, LocalDate primaryPeriodStartWorkday, String sortKey) withSectionSize(Integer sectionSize) withSortKey(String sortKey) withSortMetricId(String sortMetricId) withUserIds(String userIds)
-
Method Details
-
withFilterType
-
withFilterType
public GetGamificationInsightsRankingsRequest.Builder withFilterType(GetGamificationInsightsRankingsRequest.filterTypeValues filterType) -
withFilterId
-
withGranularity
-
withGranularity
public GetGamificationInsightsRankingsRequest.Builder withGranularity(GetGamificationInsightsRankingsRequest.granularityValues granularity) -
withComparativePeriodStartWorkday
public GetGamificationInsightsRankingsRequest.Builder withComparativePeriodStartWorkday(LocalDate comparativePeriodStartWorkday) -
withPrimaryPeriodStartWorkday
public GetGamificationInsightsRankingsRequest.Builder withPrimaryPeriodStartWorkday(LocalDate primaryPeriodStartWorkday) -
withSortKey
-
withSortKey
public GetGamificationInsightsRankingsRequest.Builder withSortKey(GetGamificationInsightsRankingsRequest.sortKeyValues sortKey) -
withSortMetricId
-
withSectionSize
-
withUserIds
-
withReportsTo
-
withRequiredParams
-
build
-