Class GetGamificationLeaderboardRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetGamificationLeaderboardRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetCustomHeaders(Map<String, String> customHeaders) voidsetEndWorkday(LocalDate endWorkday) voidsetMetricId(String metricId) voidsetStartWorkday(LocalDate startWorkday) withCustomHeader(String name, String value) withEndWorkday(LocalDate endWorkday) withMetricId(String metricId) withStartWorkday(LocalDate startWorkday)
-
Constructor Details
-
GetGamificationLeaderboardRequest
public GetGamificationLeaderboardRequest()
-
-
Method Details
-
getStartWorkday
-
setStartWorkday
-
withStartWorkday
-
getEndWorkday
-
setEndWorkday
-
withEndWorkday
-
getMetricId
-
setMetricId
-
withMetricId
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetGamificationLeaderboardRequest.Builder builder(LocalDate startWorkday, LocalDate endWorkday)
-