Class PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest.Builder
- Enclosing class:
- PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest
public static class PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest.Builder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBusinessUnitId(String businessUnitId) withForceAsync(Boolean forceAsync) withForecastId(String forecastId) withRequiredParams(String businessUnitId, LocalDate weekDateId, String forecastId, CopyBuForecastRequest body) withWeekDateId(LocalDate weekDateId)
-
Method Details
-
withBusinessUnitId
public PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest.Builder withBusinessUnitId(String businessUnitId) -
withWeekDateId
public PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest.Builder withWeekDateId(LocalDate weekDateId) -
withForecastId
public PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest.Builder withForecastId(String forecastId) -
withBody
-
withForceAsync
public PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest.Builder withForceAsync(Boolean forceAsync) -
withRequiredParams
public PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest.Builder withRequiredParams(String businessUnitId, LocalDate weekDateId, String forecastId, CopyBuForecastRequest body) -
build
-