Class GetGamificationInsightsUserTrendsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetGamificationInsightsUserTrendsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String userId, String filterType, String filterId, String granularity, LocalDate comparativePeriodStartWorkday, LocalDate comparativePeriodEndWorkday, LocalDate primaryPeriodStartWorkday, LocalDate primaryPeriodEndWorkday) voidsetComparativePeriodEndWorkday(LocalDate comparativePeriodEndWorkday) voidsetComparativePeriodStartWorkday(LocalDate comparativePeriodStartWorkday) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetFilterId(String filterId) voidsetFilterType(String filterType) voidsetGranularity(String granularity) voidsetPrimaryPeriodEndWorkday(LocalDate primaryPeriodEndWorkday) voidsetPrimaryPeriodStartWorkday(LocalDate primaryPeriodStartWorkday) voidwithComparativePeriodEndWorkday(LocalDate comparativePeriodEndWorkday) withComparativePeriodStartWorkday(LocalDate comparativePeriodStartWorkday) withCustomHeader(String name, String value) withFilterId(String filterId) withFilterType(String filterType) withGranularity(String granularity) withPrimaryPeriodEndWorkday(LocalDate primaryPeriodEndWorkday) withPrimaryPeriodStartWorkday(LocalDate primaryPeriodStartWorkday) withUserId(String userId)
-
Constructor Details
-
GetGamificationInsightsUserTrendsRequest
public GetGamificationInsightsUserTrendsRequest()
-
-
Method Details
-
getUserId
-
setUserId
-
withUserId
-
getFilterType
-
setFilterType
-
withFilterType
-
getFilterId
-
setFilterId
-
withFilterId
-
getGranularity
-
setGranularity
-
withGranularity
-
getComparativePeriodStartWorkday
-
setComparativePeriodStartWorkday
-
withComparativePeriodStartWorkday
public GetGamificationInsightsUserTrendsRequest withComparativePeriodStartWorkday(LocalDate comparativePeriodStartWorkday) -
getComparativePeriodEndWorkday
-
setComparativePeriodEndWorkday
-
withComparativePeriodEndWorkday
public GetGamificationInsightsUserTrendsRequest withComparativePeriodEndWorkday(LocalDate comparativePeriodEndWorkday) -
getPrimaryPeriodStartWorkday
-
setPrimaryPeriodStartWorkday
-
withPrimaryPeriodStartWorkday
public GetGamificationInsightsUserTrendsRequest withPrimaryPeriodStartWorkday(LocalDate primaryPeriodStartWorkday) -
getPrimaryPeriodEndWorkday
-
setPrimaryPeriodEndWorkday
-
withPrimaryPeriodEndWorkday
public GetGamificationInsightsUserTrendsRequest withPrimaryPeriodEndWorkday(LocalDate primaryPeriodEndWorkday) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
-