Class GetGamificationInsightsTrendsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetGamificationInsightsTrendsRequest
-
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 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) withComparativePeriodEndWorkday(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)
-
Constructor Details
-
GetGamificationInsightsTrendsRequest
public GetGamificationInsightsTrendsRequest()
-
-
Method Details
-
getFilterType
-
setFilterType
-
withFilterType
-
getFilterId
-
setFilterId
-
withFilterId
-
getGranularity
-
setGranularity
-
withGranularity
-
getComparativePeriodStartWorkday
-
setComparativePeriodStartWorkday
-
withComparativePeriodStartWorkday
public GetGamificationInsightsTrendsRequest withComparativePeriodStartWorkday(LocalDate comparativePeriodStartWorkday) -
getComparativePeriodEndWorkday
-
setComparativePeriodEndWorkday
-
withComparativePeriodEndWorkday
public GetGamificationInsightsTrendsRequest withComparativePeriodEndWorkday(LocalDate comparativePeriodEndWorkday) -
getPrimaryPeriodStartWorkday
-
setPrimaryPeriodStartWorkday
-
withPrimaryPeriodStartWorkday
public GetGamificationInsightsTrendsRequest withPrimaryPeriodStartWorkday(LocalDate primaryPeriodStartWorkday) -
getPrimaryPeriodEndWorkday
-
setPrimaryPeriodEndWorkday
-
withPrimaryPeriodEndWorkday
public GetGamificationInsightsTrendsRequest withPrimaryPeriodEndWorkday(LocalDate primaryPeriodEndWorkday) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
-