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