Class GetWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRequest
public class GetWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRequest
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetBusinessUnitId(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
-
GetWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRequest
public GetWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRequest()
-
-
Method Details
-
getBusinessUnitId
-
setBusinessUnitId
-
withBusinessUnitId
public GetWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRequest withBusinessUnitId(String businessUnitId) -
getWeekId
-
setWeekId
-
withWeekId
public GetWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRequest withWeekId(String weekId) -
getScheduleId
-
setScheduleId
-
withScheduleId
public GetWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRequest withScheduleId(String scheduleId) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public GetWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
public static GetWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRequest.Builder builder() -
builder
public static GetWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRequest.Builder builder(String businessUnitId, String weekId, String scheduleId)
-