Class GetGamificationScorecardsProfileMetricValuesTrendsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetGamificationScorecardsProfileMetricValuesTrendsRequest
-
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) voidsetMetricId(String metricId) voidsetProfileId(String profileId) voidsetReferenceWorkday(LocalDate referenceWorkday) voidsetStartWorkday(LocalDate startWorkday) voidsetTimeZone(String timeZone) withCustomHeader(String name, String value) withEndWorkday(LocalDate endWorkday) withFilterType(String filterType) withMetricId(String metricId) withProfileId(String profileId) withReferenceWorkday(LocalDate referenceWorkday) withStartWorkday(LocalDate startWorkday) withTimeZone(String timeZone)
-
Constructor Details
-
GetGamificationScorecardsProfileMetricValuesTrendsRequest
public GetGamificationScorecardsProfileMetricValuesTrendsRequest()
-
-
Method Details
-
getProfileId
-
setProfileId
-
withProfileId
-
getMetricId
-
setMetricId
-
withMetricId
-
getStartWorkday
-
setStartWorkday
-
withStartWorkday
public GetGamificationScorecardsProfileMetricValuesTrendsRequest withStartWorkday(LocalDate startWorkday) -
getEndWorkday
-
setEndWorkday
-
withEndWorkday
public GetGamificationScorecardsProfileMetricValuesTrendsRequest withEndWorkday(LocalDate endWorkday) -
getFilterType
-
setFilterType
-
withFilterType
-
getReferenceWorkday
-
setReferenceWorkday
-
withReferenceWorkday
public GetGamificationScorecardsProfileMetricValuesTrendsRequest withReferenceWorkday(LocalDate referenceWorkday) -
getTimeZone
-
setTimeZone
-
withTimeZone
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public GetGamificationScorecardsProfileMetricValuesTrendsRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static GetGamificationScorecardsProfileMetricValuesTrendsRequest.Builder builder(String profileId, String metricId, LocalDate startWorkday, LocalDate endWorkday)
-