Package | Description |
---|---|
com.groupdocs.cloud.comparison.api | |
com.groupdocs.cloud.comparison.client |
Modifier and Type | Method | Description |
---|---|---|
com.squareup.okhttp.Call |
ComparisonApi.comparisonAsync(ComparisonRequest request,
ApiCallback<Link> callback) |
Returns document with the result of comparison (asynchronously)
|
com.squareup.okhttp.Call |
ComparisonApi.comparisonImagesAsync(ComparisonImagesRequest request,
ApiCallback<List<Link>> callback) |
Returns images of document with the result of comparison (asynchronously)
|
com.squareup.okhttp.Call |
ComparisonApi.comparisonImagesStreamAsync(ComparisonImagesStreamRequest request,
ApiCallback<File> callback) |
Returns image's streams of document with the result of comparison (asynchronously)
|
com.squareup.okhttp.Call |
ComparisonApi.comparisonStreamAsync(ComparisonStreamRequest request,
ApiCallback<File> callback) |
Returns stream of document with the result of comparison (asynchronously)
|
com.squareup.okhttp.Call |
ChangesApi.postCategoriesChangesAsync(PostCategoriesChangesRequest request,
ApiCallback<List<ComparisonChangesCategoryDto>> callback) |
Posts the categories changes.
|
com.squareup.okhttp.Call |
ChangesApi.postChangesAsync(PostChangesRequest request,
ApiCallback<List<ComparisonChange>> callback) |
Returns json result with set of changes between documents (asynchronously)
|
com.squareup.okhttp.Call |
ChangesApi.putChangesDocumentAsync(PutChangesDocumentRequest request,
ApiCallback<Link> callback) |
Applies changes to the document and returns document with the result of comparison (asynchronously)
|
com.squareup.okhttp.Call |
ChangesApi.putChangesDocumentStreamAsync(PutChangesDocumentStreamRequest request,
ApiCallback<File> callback) |
Applies changes to the document and returns stream of document with the result of comparison (asynchronously)
|
com.squareup.okhttp.Call |
ChangesApi.putChangesImagesAsync(PutChangesImagesRequest request,
ApiCallback<List<Link>> callback) |
Applies changes to the document and returns images of document with the result of comparison (asynchronously)
|
com.squareup.okhttp.Call |
ChangesApi.putChangesImagesStreamAsync(PutChangesImagesStreamRequest request,
ApiCallback<File> callback) |
Applies changes to the document and returns image's streams of document with the result of comparison (asynchronously)
|
Modifier and Type | Method | Description |
---|---|---|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
ApiCallback<T> callback) |
|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
Type returnType,
ApiCallback<T> callback) |
Execute HTTP call asynchronously.
|
Copyright © 2018. All rights reserved.