Class GetWorkforcemanagementBusinessunitWeekScheduleHeadcountforecastRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetWorkforcemanagementBusinessunitWeekScheduleHeadcountforecastRequest.Builder
public static class GetWorkforcemanagementBusinessunitWeekScheduleHeadcountforecastRequest.Builder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBusinessUnitId(String businessUnitId) withForceDownload(Boolean forceDownload) withRequiredParams(String businessUnitId, LocalDate weekId, String scheduleId) withScheduleId(String scheduleId) withWeekId(LocalDate weekId)
-
Method Details
-
withBusinessUnitId
public GetWorkforcemanagementBusinessunitWeekScheduleHeadcountforecastRequest.Builder withBusinessUnitId(String businessUnitId) -
withWeekId
public GetWorkforcemanagementBusinessunitWeekScheduleHeadcountforecastRequest.Builder withWeekId(LocalDate weekId) -
withScheduleId
public GetWorkforcemanagementBusinessunitWeekScheduleHeadcountforecastRequest.Builder withScheduleId(String scheduleId) -
withForceDownload
public GetWorkforcemanagementBusinessunitWeekScheduleHeadcountforecastRequest.Builder withForceDownload(Boolean forceDownload) -
withRequiredParams
public GetWorkforcemanagementBusinessunitWeekScheduleHeadcountforecastRequest.Builder withRequiredParams(String businessUnitId, LocalDate weekId, String scheduleId) -
build
-