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