Class PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String businessUnitId, LocalDate weekDateId, String forecastId, CopyBuForecastRequest body) getBody()voidsetBody(CopyBuForecastRequest body) voidsetBusinessUnitId(String businessUnitId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetForceAsync(Boolean forceAsync) voidsetForecastId(String forecastId) voidsetWeekDateId(LocalDate weekDateId) withBusinessUnitId(String businessUnitId) withCustomHeader(String name, String value) withForceAsync(Boolean forceAsync) withForecastId(String forecastId) withWeekDateId(LocalDate weekDateId)
-
Constructor Details
-
PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest
public PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest()
-
-
Method Details
-
getBusinessUnitId
-
setBusinessUnitId
-
withBusinessUnitId
public PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest withBusinessUnitId(String businessUnitId) -
getWeekDateId
-
setWeekDateId
-
withWeekDateId
public PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest withWeekDateId(LocalDate weekDateId) -
getForecastId
-
setForecastId
-
withForecastId
public PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest withForecastId(String forecastId) -
getBody
-
setBody
-
withBody
public PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest withBody(CopyBuForecastRequest body) -
getForceAsync
-
setForceAsync
-
withForceAsync
public PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest withForceAsync(Boolean forceAsync) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostWorkforcemanagementBusinessunitWeekShorttermforecastCopyRequest.Builder builder(String businessUnitId, LocalDate weekDateId, String forecastId, CopyBuForecastRequest body)
-