Package | Description |
---|---|
com.groupdocs.cloud.comparison.api | |
com.groupdocs.cloud.comparison.model |
Modifier and Type | Method | Description |
---|---|---|
Link |
ComparisonApi.comparison(ComparisonRequest request) |
Returns document with the result of comparison
|
Link |
ChangesApi.putChangesDocument(PutChangesDocumentRequest request) |
Applies changes to the document and returns document with the result of comparison
|
Modifier and Type | Method | Description |
---|---|---|
List<Link> |
ComparisonApi.comparisonImages(ComparisonImagesRequest request) |
Returns images of document with the result of comparison
|
ApiResponse<List<Link>> |
ComparisonApi.comparisonImagesWithHttpInfo(ComparisonImagesRequest request) |
Returns images of document with the result of comparison
|
ApiResponse<Link> |
ComparisonApi.comparisonWithHttpInfo(ComparisonRequest request) |
Returns document with the result of comparison
|
ApiResponse<Link> |
ChangesApi.putChangesDocumentWithHttpInfo(PutChangesDocumentRequest request) |
Applies changes to the document and returns document with the result of comparison
|
List<Link> |
ChangesApi.putChangesImages(PutChangesImagesRequest request) |
Applies changes to the document and returns images of document with the result of comparison
|
ApiResponse<List<Link>> |
ChangesApi.putChangesImagesWithHttpInfo(PutChangesImagesRequest request) |
Applies changes to the document and returns images of document with the result of comparison
|
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 |
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.putChangesImagesAsync(PutChangesImagesRequest request,
ApiCallback<List<Link>> callback) |
Applies changes to the document and returns images of document with the result of comparison (asynchronously)
|
Modifier and Type | Method | Description |
---|---|---|
Link |
Link.href(String href) |
|
Link |
Link.rel(String rel) |
|
Link |
Link.title(String title) |
|
Link |
Link.type(String type) |
Copyright © 2018. All rights reserved.