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