public class CompareComply
extends com.ibm.cloud.sdk.core.service.BaseService
| Constructor and Description | 
|---|
| CompareComply(java.lang.String versionDate)Constructs a new `CompareComply` client. | 
| CompareComply(java.lang.String versionDate,
             com.ibm.cloud.sdk.core.security.Authenticator authenticator)Constructs a new `CompareComply` client with the specified Authenticator. | 
| Modifier and Type | Method and Description | 
|---|---|
| com.ibm.cloud.sdk.core.http.ServiceCall<FeedbackReturn> | addFeedback(AddFeedbackOptions addFeedbackOptions)Add feedback. | 
| com.ibm.cloud.sdk.core.http.ServiceCall<ClassifyReturn> | classifyElements(ClassifyElementsOptions classifyElementsOptions)Classify the elements of a document. | 
| com.ibm.cloud.sdk.core.http.ServiceCall<CompareReturn> | compareDocuments(CompareDocumentsOptions compareDocumentsOptions)Compare two documents. | 
| com.ibm.cloud.sdk.core.http.ServiceCall<HTMLReturn> | convertToHtml(ConvertToHtmlOptions convertToHtmlOptions)Convert document to HTML. | 
| com.ibm.cloud.sdk.core.http.ServiceCall<BatchStatus> | createBatch(CreateBatchOptions createBatchOptions)Submit a batch-processing request. | 
| com.ibm.cloud.sdk.core.http.ServiceCall<FeedbackDeleted> | deleteFeedback(DeleteFeedbackOptions deleteFeedbackOptions)Delete a specified feedback entry. | 
| com.ibm.cloud.sdk.core.http.ServiceCall<TableReturn> | extractTables(ExtractTablesOptions extractTablesOptions)Extract a document's tables. | 
| com.ibm.cloud.sdk.core.http.ServiceCall<BatchStatus> | getBatch(GetBatchOptions getBatchOptions)Get information about a specific batch-processing job. | 
| com.ibm.cloud.sdk.core.http.ServiceCall<GetFeedback> | getFeedback(GetFeedbackOptions getFeedbackOptions)Get a specified feedback entry. | 
| com.ibm.cloud.sdk.core.http.ServiceCall<Batches> | listBatches()List submitted batch-processing jobs. | 
| com.ibm.cloud.sdk.core.http.ServiceCall<Batches> | listBatches(ListBatchesOptions listBatchesOptions)List submitted batch-processing jobs. | 
| com.ibm.cloud.sdk.core.http.ServiceCall<FeedbackList> | listFeedback()List the feedback in a document. | 
| com.ibm.cloud.sdk.core.http.ServiceCall<FeedbackList> | listFeedback(ListFeedbackOptions listFeedbackOptions)List the feedback in a document. | 
| com.ibm.cloud.sdk.core.http.ServiceCall<BatchStatus> | updateBatch(UpdateBatchOptions updateBatchOptions)Update a pending or active batch-processing job. | 
configureClient, configureHttpClient, configureService, createServiceCall, getAuthenticator, getClient, getEndPoint, getName, getServiceUrl, isJsonMimeType, isJsonPatchMimeType, processServiceCall, setAuthentication, setClient, setDefaultHeaders, setDefaultHeaders, setEndPoint, setServiceUrl, toStringpublic CompareComply(java.lang.String versionDate)
versionDate - The version date (yyyy-MM-dd) of the REST API to use. Specifying this value will keep your API
          calls from failing when the service introduces breaking changes.public CompareComply(java.lang.String versionDate,
                     com.ibm.cloud.sdk.core.security.Authenticator authenticator)
versionDate - The version date (yyyy-MM-dd) of the REST API to use. Specifying this value will keep your API
          calls from failing when the service introduces breaking changes.authenticator - the Authenticator instance to be configured for this servicepublic com.ibm.cloud.sdk.core.http.ServiceCall<HTMLReturn> convertToHtml(ConvertToHtmlOptions convertToHtmlOptions)
convertToHtmlOptions - the ConvertToHtmlOptions containing the options for the callServiceCall with a response type of HTMLReturnpublic com.ibm.cloud.sdk.core.http.ServiceCall<ClassifyReturn> classifyElements(ClassifyElementsOptions classifyElementsOptions)
classifyElementsOptions - the ClassifyElementsOptions containing the options for the callServiceCall with a response type of ClassifyReturnpublic com.ibm.cloud.sdk.core.http.ServiceCall<TableReturn> extractTables(ExtractTablesOptions extractTablesOptions)
extractTablesOptions - the ExtractTablesOptions containing the options for the callServiceCall with a response type of TableReturnpublic com.ibm.cloud.sdk.core.http.ServiceCall<CompareReturn> compareDocuments(CompareDocumentsOptions compareDocumentsOptions)
compareDocumentsOptions - the CompareDocumentsOptions containing the options for the callServiceCall with a response type of CompareReturnpublic com.ibm.cloud.sdk.core.http.ServiceCall<FeedbackReturn> addFeedback(AddFeedbackOptions addFeedbackOptions)
addFeedbackOptions - the AddFeedbackOptions containing the options for the callServiceCall with a response type of FeedbackReturnpublic com.ibm.cloud.sdk.core.http.ServiceCall<FeedbackList> listFeedback(ListFeedbackOptions listFeedbackOptions)
listFeedbackOptions - the ListFeedbackOptions containing the options for the callServiceCall with a response type of FeedbackListpublic com.ibm.cloud.sdk.core.http.ServiceCall<FeedbackList> listFeedback()
ServiceCall with a response type of FeedbackListpublic com.ibm.cloud.sdk.core.http.ServiceCall<GetFeedback> getFeedback(GetFeedbackOptions getFeedbackOptions)
getFeedbackOptions - the GetFeedbackOptions containing the options for the callServiceCall with a response type of GetFeedbackpublic com.ibm.cloud.sdk.core.http.ServiceCall<FeedbackDeleted> deleteFeedback(DeleteFeedbackOptions deleteFeedbackOptions)
deleteFeedbackOptions - the DeleteFeedbackOptions containing the options for the callServiceCall with a response type of FeedbackDeletedpublic com.ibm.cloud.sdk.core.http.ServiceCall<BatchStatus> createBatch(CreateBatchOptions createBatchOptions)
createBatchOptions - the CreateBatchOptions containing the options for the callServiceCall with a response type of BatchStatuspublic com.ibm.cloud.sdk.core.http.ServiceCall<Batches> listBatches(ListBatchesOptions listBatchesOptions)
listBatchesOptions - the ListBatchesOptions containing the options for the callServiceCall with a response type of Batchespublic com.ibm.cloud.sdk.core.http.ServiceCall<Batches> listBatches()
ServiceCall with a response type of Batchespublic com.ibm.cloud.sdk.core.http.ServiceCall<BatchStatus> getBatch(GetBatchOptions getBatchOptions)
getBatchOptions - the GetBatchOptions containing the options for the callServiceCall with a response type of BatchStatuspublic com.ibm.cloud.sdk.core.http.ServiceCall<BatchStatus> updateBatch(UpdateBatchOptions updateBatchOptions)
updateBatchOptions - the UpdateBatchOptions containing the options for the callServiceCall with a response type of BatchStatus