Uses of Class
com.mypurecloud.sdk.v2.model.UploadUrlRequestBody
Packages that use UploadUrlRequestBody
Package
Description
-
Uses of UploadUrlRequestBody in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UploadUrlRequestBodyModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurl(String businessUnitId, String weekId, String scheduleId, UploadUrlRequestBody body) Upload daily activity changes to be able to request a performance prediction recalculationWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurlWithHttpInfo(String businessUnitId, String weekId, String scheduleId, UploadUrlRequestBody body) Upload daily activity changes to be able to request a performance prediction recalculationWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulesImportUploadurl(String businessUnitId, LocalDate weekId, UploadUrlRequestBody body) Creates a signed upload URL for importing a schedule Once the upload is complete, call the /import route to start the schedule import processWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlWithHttpInfo(String businessUnitId, LocalDate weekId, UploadUrlRequestBody body) Creates a signed upload URL for importing a schedule Once the upload is complete, call the /import route to start the schedule import processWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurl(String businessUnitId, LocalDate weekId, String scheduleId, UploadUrlRequestBody body) Creates a signed upload URL for updating a schedule Once the upload is complete, call the /{scheduleId}/update route to start the schedule update processWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurlWithHttpInfo(String businessUnitId, LocalDate weekId, String scheduleId, UploadUrlRequestBody body) Creates a signed upload URL for updating a schedule Once the upload is complete, call the /{scheduleId}/update route to start the schedule update processWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurl(String businessUnitId, LocalDate weekDateId, UploadUrlRequestBody body) 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 processWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlWithHttpInfo(String businessUnitId, LocalDate weekDateId, UploadUrlRequestBody body) 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 processMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UploadUrlRequestBodyModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurl(ApiRequest<UploadUrlRequestBody> request) Upload daily activity changes to be able to request a performance prediction recalculationWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurlAsync(ApiRequest<UploadUrlRequestBody> request, AsyncApiCallback<ApiResponse<PerformancePredictionRecalculationUploadResponse>> callback) Upload daily activity changes to be able to request a performance prediction recalculationWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulesImportUploadurl(ApiRequest<UploadUrlRequestBody> 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(ApiRequest<UploadUrlRequestBody> request, AsyncApiCallback<ApiResponse<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 processWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurl(ApiRequest<UploadUrlRequestBody> request) Creates a signed upload URL for updating a schedule Once the upload is complete, call the /{scheduleId}/update route to start the schedule update processWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurlAsync(ApiRequest<UploadUrlRequestBody> request, AsyncApiCallback<ApiResponse<UpdateScheduleUploadResponse>> callback) Creates a signed upload URL for updating a schedule Once the upload is complete, call the /{scheduleId}/update route to start the schedule update processWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurl(ApiRequest<UploadUrlRequestBody> 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(ApiRequest<UploadUrlRequestBody> request, AsyncApiCallback<ApiResponse<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 UploadUrlRequestBody in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UploadUrlRequestBodyModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurlRequest.getBody()PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest.getBody()PostWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurlRequest.getBody()PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UploadUrlRequestBodyModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurlRequest.withHttpInfo()PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest.withHttpInfo()PostWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurlRequest.withHttpInfo()PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type UploadUrlRequestBodyModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurlRequest.builder(String businessUnitId, String weekId, String scheduleId, UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest.builder(String businessUnitId, LocalDate weekId, UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurlRequest.builder(String businessUnitId, LocalDate weekId, String scheduleId, UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest.builder(String businessUnitId, LocalDate weekDateId, UploadUrlRequestBody body) voidPostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurlRequest.setBody(UploadUrlRequestBody body) voidPostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest.setBody(UploadUrlRequestBody body) voidPostWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurlRequest.setBody(UploadUrlRequestBody body) voidPostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest.setBody(UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurlRequest.Builder.withBody(UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurlRequest.withBody(UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest.Builder.withBody(UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest.withBody(UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurlRequest.Builder.withBody(UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurlRequest.withBody(UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest.Builder.withBody(UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest.withBody(UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekSchedulePerformancepredictionsRecalculationsUploadurlRequest.Builder.withRequiredParams(String businessUnitId, String weekId, String scheduleId, UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekSchedulesImportUploadurlRequest.Builder.withRequiredParams(String businessUnitId, LocalDate weekId, UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekScheduleUpdateUploadurlRequest.Builder.withRequiredParams(String businessUnitId, LocalDate weekId, String scheduleId, UploadUrlRequestBody body) PostWorkforcemanagementBusinessunitWeekShorttermforecastsImportUploadurlRequest.Builder.withRequiredParams(String businessUnitId, LocalDate weekDateId, UploadUrlRequestBody body) -
Uses of UploadUrlRequestBody in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UploadUrlRequestBodyModifier and TypeMethodDescriptionUploadUrlRequestBody.contentLengthBytes(Long contentLengthBytes) The expected content length (in bytes) of the gzip-encoded data that will be PUT to the returned signed URL