Uses of Class
com.mypurecloud.sdk.v2.model.WorkitemQueryJobResponse
Packages that use WorkitemQueryJobResponse
-
Uses of WorkitemQueryJobResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WorkitemQueryJobResponseModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorkitemsQueryJob(GetTaskmanagementWorkitemsQueryJobRequest request) Get the workitem query job associated with the job id.TaskManagementApi.getTaskmanagementWorkitemsQueryJob(String jobId) Get the workitem query job associated with the job id.TaskManagementApi.postTaskmanagementWorkitemsQueryJobs(PostTaskmanagementWorkitemsQueryJobsRequest request) Create a workitem query jobTaskManagementApi.postTaskmanagementWorkitemsQueryJobs(WorkitemQueryJobCreate body) Create a workitem query jobMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type WorkitemQueryJobResponseModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorkitemsQueryJob(ApiRequest<Void> request) Get the workitem query job associated with the job id.TaskManagementApiAsync.getTaskmanagementWorkitemsQueryJobAsync(GetTaskmanagementWorkitemsQueryJobRequest request, AsyncApiCallback<WorkitemQueryJobResponse> callback) Get the workitem query job associated with the job id.TaskManagementApiAsync.getTaskmanagementWorkitemsQueryJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkitemQueryJobResponse>> callback) Get the workitem query job associated with the job id.TaskManagementApi.getTaskmanagementWorkitemsQueryJobWithHttpInfo(String jobId) Get the workitem query job associated with the job id.TaskManagementApi.postTaskmanagementWorkitemsQueryJobs(ApiRequest<WorkitemQueryJobCreate> request) Create a workitem query jobTaskManagementApiAsync.postTaskmanagementWorkitemsQueryJobsAsync(PostTaskmanagementWorkitemsQueryJobsRequest request, AsyncApiCallback<WorkitemQueryJobResponse> callback) Create a workitem query jobTaskManagementApiAsync.postTaskmanagementWorkitemsQueryJobsAsync(ApiRequest<WorkitemQueryJobCreate> request, AsyncApiCallback<ApiResponse<WorkitemQueryJobResponse>> callback) Create a workitem query jobTaskManagementApi.postTaskmanagementWorkitemsQueryJobsWithHttpInfo(WorkitemQueryJobCreate body) Create a workitem query jobMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorkitemQueryJobResponseModifier and TypeMethodDescriptionTaskManagementApiAsync.getTaskmanagementWorkitemsQueryJobAsync(GetTaskmanagementWorkitemsQueryJobRequest request, AsyncApiCallback<WorkitemQueryJobResponse> callback) Get the workitem query job associated with the job id.TaskManagementApiAsync.getTaskmanagementWorkitemsQueryJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkitemQueryJobResponse>> callback) Get the workitem query job associated with the job id.TaskManagementApiAsync.postTaskmanagementWorkitemsQueryJobsAsync(PostTaskmanagementWorkitemsQueryJobsRequest request, AsyncApiCallback<WorkitemQueryJobResponse> callback) Create a workitem query jobTaskManagementApiAsync.postTaskmanagementWorkitemsQueryJobsAsync(ApiRequest<WorkitemQueryJobCreate> request, AsyncApiCallback<ApiResponse<WorkitemQueryJobResponse>> callback) Create a workitem query job -
Uses of WorkitemQueryJobResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemQueryJobResponseModifier and TypeMethodDescriptionWorkitemQueryJobResponse.dateFinished(Date dateFinished) The date the job finished.WorkitemQueryJobResponse.dateStarted(Date dateStarted) The date the job was started.WorkitemQueryJobResponse.error(WorkitemQueryJobError error) The error associated with the query job, if the state is FailedWorkitemQueryJobResponse.state(WorkitemQueryJobResponse.StateEnum state) The state of the query job