Class GetGamificationScorecardsValuesTrendsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetGamificationScorecardsValuesTrendsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetCustomHeaders(Map<String, String> customHeaders) voidsetEndWorkday(LocalDate endWorkday) voidsetFilterType(String filterType) voidsetReferenceWorkday(LocalDate referenceWorkday) voidsetStartWorkday(LocalDate startWorkday) voidsetTimeZone(String timeZone) withCustomHeader(String name, String value) withEndWorkday(LocalDate endWorkday) withFilterType(String filterType) withReferenceWorkday(LocalDate referenceWorkday) withStartWorkday(LocalDate startWorkday) withTimeZone(String timeZone)
-
Constructor Details
-
GetGamificationScorecardsValuesTrendsRequest
public GetGamificationScorecardsValuesTrendsRequest()
-
-
Method Details
-
getStartWorkday
-
setStartWorkday
-
withStartWorkday
-
getEndWorkday
-
setEndWorkday
-
withEndWorkday
-
getFilterType
-
setFilterType
-
withFilterType
-
getReferenceWorkday
-
setReferenceWorkday
-
withReferenceWorkday
public GetGamificationScorecardsValuesTrendsRequest withReferenceWorkday(LocalDate referenceWorkday) -
getTimeZone
-
setTimeZone
-
withTimeZone
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetGamificationScorecardsValuesTrendsRequest.Builder builder(LocalDate startWorkday, LocalDate endWorkday)
-