Class GetGamificationInsightsRankingsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetGamificationInsightsRankingsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String filterType, String filterId, String granularity, LocalDate comparativePeriodStartWorkday, LocalDate primaryPeriodStartWorkday, String sortKey) voidsetComparativePeriodStartWorkday(LocalDate comparativePeriodStartWorkday) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetFilterId(String filterId) voidsetFilterType(String filterType) voidsetGranularity(String granularity) voidsetPrimaryPeriodStartWorkday(LocalDate primaryPeriodStartWorkday) voidsetReportsTo(String reportsTo) voidsetSectionSize(Integer sectionSize) voidsetSortKey(String sortKey) voidsetSortMetricId(String sortMetricId) voidsetUserIds(String userIds) withComparativePeriodStartWorkday(LocalDate comparativePeriodStartWorkday) withCustomHeader(String name, String value) withFilterId(String filterId) withFilterType(String filterType) withGranularity(String granularity) withPrimaryPeriodStartWorkday(LocalDate primaryPeriodStartWorkday) withReportsTo(String reportsTo) withSectionSize(Integer sectionSize) withSortKey(String sortKey) withSortMetricId(String sortMetricId) withUserIds(String userIds)
-
Constructor Details
-
GetGamificationInsightsRankingsRequest
public GetGamificationInsightsRankingsRequest()
-
-
Method Details
-
getFilterType
-
setFilterType
-
withFilterType
-
getFilterId
-
setFilterId
-
withFilterId
-
getGranularity
-
setGranularity
-
withGranularity
-
getComparativePeriodStartWorkday
-
setComparativePeriodStartWorkday
-
withComparativePeriodStartWorkday
public GetGamificationInsightsRankingsRequest withComparativePeriodStartWorkday(LocalDate comparativePeriodStartWorkday) -
getPrimaryPeriodStartWorkday
-
setPrimaryPeriodStartWorkday
-
withPrimaryPeriodStartWorkday
public GetGamificationInsightsRankingsRequest withPrimaryPeriodStartWorkday(LocalDate primaryPeriodStartWorkday) -
getSortKey
-
setSortKey
-
withSortKey
-
getSortMetricId
-
setSortMetricId
-
withSortMetricId
-
getSectionSize
-
setSectionSize
-
withSectionSize
-
getUserIds
-
setUserIds
-
withUserIds
-
getReportsTo
-
setReportsTo
-
withReportsTo
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
-