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