Class GetGamificationScorecardsUserValuesTrendsRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetGamificationScorecardsUserValuesTrendsRequest.Builder
- Enclosing class:
- GetGamificationScorecardsUserValuesTrendsRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withEndWorkday(LocalDate endWorkday) withRequiredParams(String userId, LocalDate startWorkday, LocalDate endWorkday) withStartWorkday(LocalDate startWorkday) withTimeZone(String timeZone) withUserId(String userId)
-
Method Details
-
withUserId
-
withStartWorkday
public GetGamificationScorecardsUserValuesTrendsRequest.Builder withStartWorkday(LocalDate startWorkday) -
withEndWorkday
public GetGamificationScorecardsUserValuesTrendsRequest.Builder withEndWorkday(LocalDate endWorkday) -
withTimeZone
-
withRequiredParams
public GetGamificationScorecardsUserValuesTrendsRequest.Builder withRequiredParams(String userId, LocalDate startWorkday, LocalDate endWorkday) -
build
-