Uses of Class
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest
-
Uses of PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurl(PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest request) Creates a signed upload URL for importing a short term forecast Once the upload is complete, call the /import route to start the short term forecast import processWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlAsync(PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest request, AsyncApiCallback<ImportForecastUploadResponse> callback) Creates a signed upload URL for importing a short term forecast Once the upload is complete, call the /import route to start the short term forecast import process -
Uses of PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest.Builder.build()PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest.withBody(UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest.withBusinessUnitId(String businessUnitId) PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest.withCustomHeader(String name, String value) PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest.withWeekDateId(LocalDate weekDateId)