Class GetGamificationScorecardsProfileMetricUserValuesTrendsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetGamificationScorecardsProfileMetricUserValuesTrendsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String profileId, String metricId, String userId, LocalDate startWorkday, LocalDate endWorkday) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetEndWorkday(LocalDate endWorkday) voidsetMetricId(String metricId) voidsetProfileId(String profileId) voidsetReferenceWorkday(LocalDate referenceWorkday) voidsetStartWorkday(LocalDate startWorkday) voidsetTimeZone(String timeZone) voidwithCustomHeader(String name, String value) withEndWorkday(LocalDate endWorkday) withMetricId(String metricId) withProfileId(String profileId) withReferenceWorkday(LocalDate referenceWorkday) withStartWorkday(LocalDate startWorkday) withTimeZone(String timeZone) withUserId(String userId)
-
Constructor Details
-
GetGamificationScorecardsProfileMetricUserValuesTrendsRequest
public GetGamificationScorecardsProfileMetricUserValuesTrendsRequest()
-
-
Method Details
-
getProfileId
-
setProfileId
-
withProfileId
public GetGamificationScorecardsProfileMetricUserValuesTrendsRequest withProfileId(String profileId) -
getMetricId
-
setMetricId
-
withMetricId
-
getUserId
-
setUserId
-
withUserId
-
getStartWorkday
-
setStartWorkday
-
withStartWorkday
public GetGamificationScorecardsProfileMetricUserValuesTrendsRequest withStartWorkday(LocalDate startWorkday) -
getEndWorkday
-
setEndWorkday
-
withEndWorkday
public GetGamificationScorecardsProfileMetricUserValuesTrendsRequest withEndWorkday(LocalDate endWorkday) -
getReferenceWorkday
-
setReferenceWorkday
-
withReferenceWorkday
public GetGamificationScorecardsProfileMetricUserValuesTrendsRequest withReferenceWorkday(LocalDate referenceWorkday) -
getTimeZone
-
setTimeZone
-
withTimeZone
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public GetGamificationScorecardsProfileMetricUserValuesTrendsRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
-