Uses of Class
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest
Packages that use PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest
-
Uses of PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulesImportUploadurl(PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest request) Creates a signed upload URL for importing a schedule Once the upload is complete, call the /import route to start the schedule import processWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlAsync(PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest request, AsyncApiCallback<ImportScheduleUploadResponse> callback) Creates a signed upload URL for importing a schedule Once the upload is complete, call the /import route to start the schedule import process -
Uses of PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest.Builder.build()PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest.withBody(UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest.withBusinessUnitId(String businessUnitId) PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest.withCustomHeader(String name, String value) PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest.withWeekId(LocalDate weekId)