| Package | Description |
|---|---|
| com.groupdocs.cloud.comparison.api |
| Modifier and Type | Method | Description |
|---|---|---|
List<ChangeInfo> |
CompareApi.putChanges(PutChangesRequest request) |
Retrieves a list of changes between source and target documents supplied directly in the request body as multipart/form-data.
|
com.squareup.okhttp.Call |
CompareApi.putChangesAsync(PutChangesRequest request,
ApiCallback<List<ChangeInfo>> callback) |
Retrieves a list of changes between source and target documents supplied directly in the request body as multipart/form-data (asynchronously).
|
com.squareup.okhttp.Call |
CompareApi.putChangesCall(PutChangesRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for putChanges
|
ApiResponse<List<ChangeInfo>> |
CompareApi.putChangesWithHttpInfo(PutChangesRequest request) |
Retrieves a list of changes between source and target documents supplied directly in the request body as multipart/form-data.
|
Copyright © 2026. All rights reserved.