Uses of Class
com.mypurecloud.sdk.v2.model.ReprocessJobResponse
Packages that use ReprocessJobResponse
-
Uses of ReprocessJobResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ReprocessJobResponseModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.getSpeechandtextanalyticsReprocessingJob(GetSpeechandtextanalyticsReprocessingJobRequest request) Get a Speech & Text Analytics reprocess job by id getSpeechandtextanalyticsReprocessingJob is a preview method and is subject to both breaking and non-breaking changes at any time without noticeSpeechTextAnalyticsApi.getSpeechandtextanalyticsReprocessingJob(String jobId) Get a Speech & Text Analytics reprocess job by id getSpeechandtextanalyticsReprocessingJob is a preview method and is subject to both breaking and non-breaking changes at any time without noticeSpeechTextAnalyticsApi.postSpeechandtextanalyticsReprocessingJobs(PostSpeechandtextanalyticsReprocessingJobsRequest request) Create a Speech & Text Analytics reprocess job.SpeechTextAnalyticsApi.postSpeechandtextanalyticsReprocessingJobs(CreateReprocessJobRequest body) Create a Speech & Text Analytics reprocess job.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ReprocessJobResponseModifier and TypeMethodDescriptionSpeechTextAnalyticsApi.getSpeechandtextanalyticsReprocessingJob(ApiRequest<Void> request) Get a Speech & Text Analytics reprocess job by id getSpeechandtextanalyticsReprocessingJob is a preview method and is subject to both breaking and non-breaking changes at any time without noticeSpeechTextAnalyticsApiAsync.getSpeechandtextanalyticsReprocessingJobAsync(GetSpeechandtextanalyticsReprocessingJobRequest request, AsyncApiCallback<ReprocessJobResponse> callback) Get a Speech & Text Analytics reprocess job by id getSpeechandtextanalyticsReprocessingJob is a preview method and is subject to both breaking and non-breaking changes at any time without noticeSpeechTextAnalyticsApiAsync.getSpeechandtextanalyticsReprocessingJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ReprocessJobResponse>> callback) Get a Speech & Text Analytics reprocess job by id getSpeechandtextanalyticsReprocessingJob is a preview method and is subject to both breaking and non-breaking changes at any time without noticeSpeechTextAnalyticsApi.getSpeechandtextanalyticsReprocessingJobWithHttpInfo(String jobId) Get a Speech & Text Analytics reprocess job by id getSpeechandtextanalyticsReprocessingJob is a preview method and is subject to both breaking and non-breaking changes at any time without noticeSpeechTextAnalyticsApi.postSpeechandtextanalyticsReprocessingJobs(ApiRequest<CreateReprocessJobRequest> request) Create a Speech & Text Analytics reprocess job.SpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsReprocessingJobsAsync(PostSpeechandtextanalyticsReprocessingJobsRequest request, AsyncApiCallback<ReprocessJobResponse> callback) Create a Speech & Text Analytics reprocess job.SpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsReprocessingJobsAsync(ApiRequest<CreateReprocessJobRequest> request, AsyncApiCallback<ApiResponse<ReprocessJobResponse>> callback) Create a Speech & Text Analytics reprocess job.SpeechTextAnalyticsApi.postSpeechandtextanalyticsReprocessingJobsWithHttpInfo(CreateReprocessJobRequest body) Create a Speech & Text Analytics reprocess job.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ReprocessJobResponseModifier and TypeMethodDescriptionSpeechTextAnalyticsApiAsync.getSpeechandtextanalyticsReprocessingJobAsync(GetSpeechandtextanalyticsReprocessingJobRequest request, AsyncApiCallback<ReprocessJobResponse> callback) Get a Speech & Text Analytics reprocess job by id getSpeechandtextanalyticsReprocessingJob is a preview method and is subject to both breaking and non-breaking changes at any time without noticeSpeechTextAnalyticsApiAsync.getSpeechandtextanalyticsReprocessingJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ReprocessJobResponse>> callback) Get a Speech & Text Analytics reprocess job by id getSpeechandtextanalyticsReprocessingJob is a preview method and is subject to both breaking and non-breaking changes at any time without noticeSpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsReprocessingJobsAsync(PostSpeechandtextanalyticsReprocessingJobsRequest request, AsyncApiCallback<ReprocessJobResponse> callback) Create a Speech & Text Analytics reprocess job.SpeechTextAnalyticsApiAsync.postSpeechandtextanalyticsReprocessingJobsAsync(ApiRequest<CreateReprocessJobRequest> request, AsyncApiCallback<ApiResponse<ReprocessJobResponse>> callback) Create a Speech & Text Analytics reprocess job. -
Uses of ReprocessJobResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ReprocessJobResponseModifier and TypeMethodDescriptionReprocessJobResponse.createdBy(AddressableEntityRef createdBy) The user who created the job.ReprocessJobResponse.dateCreated(Date dateCreated) The date the job was created.The date at which the reprocessing should end.The date from which the reprocessing should begin.ReprocessJobResponse.description(String description) The description of the job.Language dialects used to filter interactions.ReprocessJobResponse.failedInteractionsCount(Integer failedInteractionsCount) The amount of failed interactions.ReprocessJobResponse.jobStatus(ReprocessJobResponse.JobStatusEnum jobStatus) The status of the job.ReprocessJobResponse.mediaTypes(List<ReprocessJobResponse.MediaTypesEnum> mediaTypes) Media types used to filter interactions.ReprocessJobResponse.processedInteractionsCount(Integer processedInteractionsCount) The amount of interactions successfully reprocessed.The mapped programs to be included in the job.ReprocessJobResponse.queueOrder(Integer queueOrder) The position of the job in the queued jobs.ReprocessJobResponse.totalInteractionsCount(Integer totalInteractionsCount) The amount of interactions in the job.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ReprocessJobResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ReprocessJobResponseModifier and TypeMethodDescriptionReprocessJobEntityListingResponse.entities(List<ReprocessJobResponse> entities) voidReprocessJobEntityListingResponse.setEntities(List<ReprocessJobResponse> entities)