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.
|
CompareComply(java.lang.String versionDate,
java.lang.String username,
java.lang.String password)
Deprecated.
Use CompareComply(String versionDate, AuthenticatorConfig authenticatorConfig) instead
|
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.@Deprecated public CompareComply(java.lang.String versionDate, java.lang.String username, java.lang.String password)
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.username
- the usernamepassword
- the passwordpublic 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 HTMLReturn
public 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 ClassifyReturn
public 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 TableReturn
public 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 CompareReturn
public 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 FeedbackReturn
public 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 FeedbackList
public com.ibm.cloud.sdk.core.http.ServiceCall<FeedbackList> listFeedback()
ServiceCall
with a response type of FeedbackList
public 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 GetFeedback
public 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 FeedbackDeleted
public 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 BatchStatus
public 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 Batches
public com.ibm.cloud.sdk.core.http.ServiceCall<Batches> listBatches()
ServiceCall
with a response type of Batches
public 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 BatchStatus
public 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