Uses of Class
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportRequest
Packages that use PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportRequest
-
Uses of PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekShorttermforecastsImport(PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportRequest request) Starts importing the uploaded short term forecast Call after uploading the forecast data to the url supplied by the /import/uploadurl routeWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekShorttermforecastsImportAsync(PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportRequest request, AsyncApiCallback<ImportForecastResponse> callback) Starts importing the uploaded short term forecast Call after uploading the forecast data to the url supplied by the /import/uploadurl route -
Uses of PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWeekShorttermforecastsImportRequest.Builder.build()PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportRequest.withBody(WfmProcessUploadRequest body) PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportRequest.withBusinessUnitId(String businessUnitId) PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportRequest.withCustomHeader(String name, String value) PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportRequest.withWeekDateId(LocalDate weekDateId)