Class GetGamificationScorecardsPointsTrendsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetGamificationScorecardsPointsTrendsRequest
-
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) voidsetDayOfWeek(String dayOfWeek) voidsetEndWorkday(LocalDate endWorkday) voidsetStartWorkday(LocalDate startWorkday) withCustomHeader(String name, String value) withDayOfWeek(String dayOfWeek) withEndWorkday(LocalDate endWorkday) withStartWorkday(LocalDate startWorkday)
-
Constructor Details
-
GetGamificationScorecardsPointsTrendsRequest
public GetGamificationScorecardsPointsTrendsRequest()
-
-
Method Details
-
getStartWorkday
-
setStartWorkday
-
withStartWorkday
-
getEndWorkday
-
setEndWorkday
-
withEndWorkday
-
getDayOfWeek
-
setDayOfWeek
-
withDayOfWeek
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetGamificationScorecardsPointsTrendsRequest.Builder builder(LocalDate startWorkday, LocalDate endWorkday)
-