public class CompareComply
extends com.ibm.cloud.sdk.core.service.BaseService
| Constructor and Description |
|---|
CompareComply(java.lang.String versionDate)
Deprecated.
Use CompareComply(String versionDate, AuthenticatorConfig authenticatorConfig) instead
|
CompareComply(java.lang.String versionDate,
com.ibm.cloud.sdk.core.security.AuthenticatorConfig authenticatorConfig)
Instantiates a new `CompareComply` with the specified authentication configuration.
|
| 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, createServiceCall, getApiKey, getAuthenticator, getClient, getEndPoint, getName, getPassword, getUsername, isJsonMimeType, isJsonPatchMimeType, isSkipAuthentication, isTokenManagerSet, processServiceCall, setApiKey, setAuthentication, setAuthenticator, setClient, setDefaultHeaders, setDefaultHeaders, setEndPoint, setIamCredentials, setSkipAuthentication, setUsernameAndPassword, toString@Deprecated public 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.AuthenticatorConfig authenticatorConfig)
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.authenticatorConfig - the authentication configuration 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