Package | Description |
---|---|
com.groupdocs.cloud.comparison.api | |
com.groupdocs.cloud.comparison.model |
Modifier and Type | Method | Description |
---|---|---|
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> |
CompareApi.comparisonsWithHttpInfo(ComparisonsRequest request) |
Compares source and target documents and returns a link 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 |
CompareApi.comparisonsAsync(ComparisonsRequest request,
ApiCallback<Link> callback) |
Compares source and target documents and returns a link 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(java.lang.String href) |
|
Link |
Link.rel(java.lang.String rel) |
|
Link |
Link.title(java.lang.String title) |
|
Link |
Link.type(java.lang.String type) |
Copyright © 2020. All rights reserved.