Class PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest
public class PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) static PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest.Builderbuilder()static PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest.Builderbuilder(String businessUnitId, String weekId, String scheduleId, WfmProcessUploadRequest body) getBody()voidvoidsetBusinessUnitId(String businessUnitId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetScheduleId(String scheduleId) voidwithBusinessUnitId(String businessUnitId) withCustomHeader(String name, String value) withScheduleId(String scheduleId) withWeekId(String weekId)
-
Constructor Details
-
PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest
public PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest()
-
-
Method Details
-
getBusinessUnitId
-
setBusinessUnitId
-
withBusinessUnitId
public PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest withBusinessUnitId(String businessUnitId) -
getWeekId
-
setWeekId
-
withWeekId
public PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest withWeekId(String weekId) -
getScheduleId
-
setScheduleId
-
withScheduleId
public PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest withScheduleId(String scheduleId) -
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsRequest.Builder builder(String businessUnitId, String weekId, String scheduleId, WfmProcessUploadRequest body)
-