Uses of Class
com.mypurecloud.sdk.v2.model.BuAlternativeShiftJobResponse
Packages that use BuAlternativeShiftJobResponse
-
Uses of BuAlternativeShiftJobResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BuAlternativeShiftJobResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJob(GetWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJobRequest request) Query the status of an alternative shift search trade operation.WorkforceManagementApi.getWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJob(String businessUnitId, String jobId) Query the status of an alternative shift search trade operation.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type BuAlternativeShiftJobResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJob(ApiRequest<Void> request) Query the status of an alternative shift search trade operation.WorkforceManagementApiAsync.getWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJobAsync(GetWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJobRequest request, AsyncApiCallback<BuAlternativeShiftJobResponse> callback) Query the status of an alternative shift search trade operation.WorkforceManagementApiAsync.getWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BuAlternativeShiftJobResponse>> callback) Query the status of an alternative shift search trade operation.WorkforceManagementApi.getWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJobWithHttpInfo(String businessUnitId, String jobId) Query the status of an alternative shift search trade operation.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type BuAlternativeShiftJobResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJobAsync(GetWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJobRequest request, AsyncApiCallback<BuAlternativeShiftJobResponse> callback) Query the status of an alternative shift search trade operation.WorkforceManagementApiAsync.getWorkforcemanagementBusinessunitAlternativeshiftsTradesSearchJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BuAlternativeShiftJobResponse>> callback) Query the status of an alternative shift search trade operation. -
Uses of BuAlternativeShiftJobResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuAlternativeShiftJobResponseModifier and TypeMethodDescriptionBuAlternativeShiftJobResponse.bulkUpdateTradesResults(AlternativeShiftBulkUpdateTradesResponseTemplate bulkUpdateTradesResults) Schema template for deserializing data returned from the downloadUrl.BuAlternativeShiftJobResponse.downloadUrl(String downloadUrl) The URL where completed results are available, only set if status == 'Complete'Any error information, only set if the status == 'Error'BuListAlternativeShiftTradesResponse.getJob()The globally unique identifier for the object.BuAlternativeShiftJobResponse.status(BuAlternativeShiftJobResponse.StatusEnum status) The status of the alternative shift jobBuAlternativeShiftJobResponse.type(BuAlternativeShiftJobResponse.TypeEnum type) The type of jobBuAlternativeShiftJobResponse.viewOffersResults(AlternativeShiftOffersViewResponseTemplate viewOffersResults) Schema template for deserializing data returned from the downloadUrl.BuAlternativeShiftJobResponse.viewTradesResults(AlternativeShiftTradesViewResponseTemplate viewTradesResults) Schema template for deserializing data returned from the downloadUrl.Methods in com.mypurecloud.sdk.v2.model with parameters of type BuAlternativeShiftJobResponseModifier and TypeMethodDescriptionBuListAlternativeShiftTradesResponse.job(BuAlternativeShiftJobResponse job) The asynchronous job handling the request.voidBuListAlternativeShiftTradesResponse.setJob(BuAlternativeShiftJobResponse job)