Class PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.Builder
- Enclosing class:
- PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest
public static class PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.Builder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBusinessUnitId(String businessUnitId) withRequiredParams(String businessUnitId, LocalDate weekId, String scheduleId, BuCopyScheduleRequest body) withScheduleId(String scheduleId) withWeekId(LocalDate weekId)
-
Method Details
-
withBusinessUnitId
public PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.Builder withBusinessUnitId(String businessUnitId) -
withWeekId
public PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.Builder withWeekId(LocalDate weekId) -
withScheduleId
public PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.Builder withScheduleId(String scheduleId) -
withBody
public PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.Builder withBody(BuCopyScheduleRequest body) -
withRequiredParams
public PostWorkforcemanagementBusinessunitWeekScheduleCopyRequest.Builder withRequiredParams(String businessUnitId, LocalDate weekId, String scheduleId, BuCopyScheduleRequest body) -
build
-