| Package | Description |
|---|---|
| com.groupdocs.cloud.comparison.api | |
| com.groupdocs.cloud.comparison.model |
| Modifier and Type | Method | Description |
|---|---|---|
Link |
ReviewApi.applyRevisions(ApplyRevisionsRequest request) |
Accepts or rejects revisions in DOCX document
|
Link |
CompareApi.comparisons(ComparisonsRequest request) |
Compares source and target documents and returns a link to saved result
|
Link |
CompareApi.putChangesDocument(PutChangesDocumentRequest request) |
Accepts or rejects changes to the resultant document and returns a link to saved result
|
| Modifier and Type | Method | Description |
|---|---|---|
ApiResponse<Link> |
ReviewApi.applyRevisionsWithHttpInfo(ApplyRevisionsRequest request) |
Accepts or rejects revisions in DOCX document
|
ApiResponse<Link> |
CompareApi.comparisonsWithHttpInfo(ComparisonsRequest request) |
Compares source and target documents and returns a link to saved result
|
List<Link> |
PreviewApi.preview(PreviewRequest request) |
Creates a preview images of document pages and returns an array of links to saved result
|
ApiResponse<List<Link>> |
PreviewApi.previewWithHttpInfo(PreviewRequest request) |
Creates a preview images of document pages and returns an array of links to saved result
|
ApiResponse<Link> |
CompareApi.putChangesDocumentWithHttpInfo(PutChangesDocumentRequest request) |
Accepts or rejects changes to the resultant document and returns a link to saved result
|
| Modifier and Type | Method | Description |
|---|---|---|
com.squareup.okhttp.Call |
ReviewApi.applyRevisionsAsync(ApplyRevisionsRequest request,
ApiCallback<Link> callback) |
Accepts or rejects revisions in DOCX document (asynchronously)
|
com.squareup.okhttp.Call |
CompareApi.comparisonsAsync(ComparisonsRequest request,
ApiCallback<Link> callback) |
Compares source and target documents and returns a link to saved result (asynchronously)
|
com.squareup.okhttp.Call |
PreviewApi.previewAsync(PreviewRequest request,
ApiCallback<List<Link>> callback) |
Creates a preview images of document pages and returns an array of links to saved result (asynchronously)
|
com.squareup.okhttp.Call |
CompareApi.putChangesDocumentAsync(PutChangesDocumentRequest request,
ApiCallback<Link> callback) |
Accepts or rejects changes to the resultant document and returns a link to saved result (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 © 2025. All rights reserved.