Uses of Class
com.mypurecloud.sdk.v2.model.ScheduleUploadProcessingResponse
Packages that use ScheduleUploadProcessingResponse
-
Uses of ScheduleUploadProcessingResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ScheduleUploadProcessingResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulesImport(PostWorkforcemanagementBusinessunitWeekSchedulesImportRequest request) Starts processing a schedule import Call after uploading the schedule data to the url supplied by the /import/uploadurl routeWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulesImport(String businessUnitId, LocalDate weekId, WfmProcessUploadRequest body) Starts processing a schedule import Call after uploading the schedule data to the url supplied by the /import/uploadurl routeMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ScheduleUploadProcessingResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulesImport(ApiRequest<WfmProcessUploadRequest> request) Starts processing a schedule import Call after uploading the schedule data to the url supplied by the /import/uploadurl routeWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekSchedulesImportAsync(PostWorkforcemanagementBusinessunitWeekSchedulesImportRequest request, AsyncApiCallback<ScheduleUploadProcessingResponse> callback) Starts processing a schedule import Call after uploading the schedule data to the url supplied by the /import/uploadurl routeWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekSchedulesImportAsync(ApiRequest<WfmProcessUploadRequest> request, AsyncApiCallback<ApiResponse<ScheduleUploadProcessingResponse>> callback) Starts processing a schedule import Call after uploading the schedule data to the url supplied by the /import/uploadurl routeWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulesImportWithHttpInfo(String businessUnitId, LocalDate weekId, WfmProcessUploadRequest body) Starts processing a schedule import Call after uploading the schedule data to the url supplied by the /import/uploadurl routeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ScheduleUploadProcessingResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekSchedulesImportAsync(PostWorkforcemanagementBusinessunitWeekSchedulesImportRequest request, AsyncApiCallback<ScheduleUploadProcessingResponse> callback) Starts processing a schedule import Call after uploading the schedule data to the url supplied by the /import/uploadurl routeWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekSchedulesImportAsync(ApiRequest<WfmProcessUploadRequest> request, AsyncApiCallback<ApiResponse<ScheduleUploadProcessingResponse>> callback) Starts processing a schedule import Call after uploading the schedule data to the url supplied by the /import/uploadurl route -
Uses of ScheduleUploadProcessingResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScheduleUploadProcessingResponseModifier and TypeMethodDescriptionScheduleUploadProcessingResponse.operationId(String operationId) The ID for the operationScheduleUploadProcessingResponse.result(BuScheduleMetadata result) The result of the operation.ScheduleUploadProcessingResponse.status(ScheduleUploadProcessingResponse.StatusEnum status) The status of the operation