Package | Description |
---|---|
com.groupdocs.cloud.comparison.api | |
com.groupdocs.cloud.comparison.client |
Modifier and Type | Method | Description |
---|---|---|
ApiResponse<File> |
ComparisonApi.comparisonImagesStreamWithHttpInfo(ComparisonImagesStreamRequest request) |
Returns image's streams of document with the result of comparison
|
ApiResponse<List<Link>> |
ComparisonApi.comparisonImagesWithHttpInfo(ComparisonImagesRequest request) |
Returns images of document with the result of comparison
|
ApiResponse<File> |
ComparisonApi.comparisonStreamWithHttpInfo(ComparisonStreamRequest request) |
Returns stream of document with the result of comparison
|
ApiResponse<Link> |
ComparisonApi.comparisonWithHttpInfo(ComparisonRequest request) |
Returns document with the result of comparison
|
ApiResponse<List<ComparisonChangesCategoryDto>> |
ChangesApi.postCategoriesChangesWithHttpInfo(PostCategoriesChangesRequest request) |
Posts the categories changes.
|
ApiResponse<List<ComparisonChange>> |
ChangesApi.postChangesWithHttpInfo(PostChangesRequest request) |
Returns json result with set of changes between documents
|
ApiResponse<File> |
ChangesApi.putChangesDocumentStreamWithHttpInfo(PutChangesDocumentStreamRequest request) |
Applies changes to the document and returns stream of 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
|
ApiResponse<File> |
ChangesApi.putChangesImagesStreamWithHttpInfo(PutChangesImagesStreamRequest request) |
Applies changes to the document and returns image's streams 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 |
---|---|---|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call) |
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType) |
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
Copyright © 2018. All rights reserved.