Uses of Class
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest
Packages that use PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest
-
Uses of PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekScheduleUpdate(PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest request) Starts processing a schedule update Call after uploading the schedule data to the url supplied by the /update/uploadurl routeWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekScheduleUpdateAsync(PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest request, AsyncApiCallback<BuAsyncScheduleResponse> callback) Starts processing a schedule update Call after uploading the schedule data to the url supplied by the /update/uploadurl route -
Uses of PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest.Builder.build()PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest.withBody(ProcessScheduleUpdateUploadRequest body) PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest.withBusinessUnitId(String businessUnitId) PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest.withCustomHeader(String name, String value) PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest.withScheduleId(String scheduleId) PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest.withWeekId(LocalDate weekId)