Uses of Class
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitWeekSchedulesImportRequest
Packages that use PostWorkforcemanagementBusinessunitWeekSchedulesImportRequest
-
Uses of PostWorkforcemanagementBusinessunitWeekSchedulesImportRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostWorkforcemanagementBusinessunitWeekSchedulesImportRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulesImport(PostWorkforcemanagementBusinessunitWeekSchedulesImportRequest request) Starts processing a schedule import Call after uploading the schedule data to the url supplied by the /import/uploadurl routeWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekSchedulesImportAsync(PostWorkforcemanagementBusinessunitWeekSchedulesImportRequest request, AsyncApiCallback<ScheduleUploadProcessingResponse> callback) Starts processing a schedule import Call after uploading the schedule data to the url supplied by the /import/uploadurl route -
Uses of PostWorkforcemanagementBusinessunitWeekSchedulesImportRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostWorkforcemanagementBusinessunitWeekSchedulesImportRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWeekSchedulesImportRequest.Builder.build()PostWorkforcemanagementBusinessunitWeekSchedulesImportRequest.withBody(WfmProcessUploadRequest body) PostWorkforcemanagementBusinessunitWeekSchedulesImportRequest.withBusinessUnitId(String businessUnitId) PostWorkforcemanagementBusinessunitWeekSchedulesImportRequest.withCustomHeader(String name, String value) PostWorkforcemanagementBusinessunitWeekSchedulesImportRequest.withWeekId(LocalDate weekId)