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