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