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