Package | Description |
---|---|
com.groupdocs.cloud.comparison.api |
Modifier and Type | Method | Description |
---|---|---|
List<ComparisonChange> |
ChangesApi.postChanges(PostChangesRequest request) |
Returns json result with set of changes between documents
|
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.postChangesCall(PostChangesRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for postChanges
|
ApiResponse<List<ComparisonChange>> |
ChangesApi.postChangesWithHttpInfo(PostChangesRequest request) |
Returns json result with set of changes between documents
|
Copyright © 2018. All rights reserved.