public class ComparisonApi extends Object
| Constructor and Description |
|---|
ComparisonApi() |
| Modifier and Type | Method and Description |
|---|---|
CompareResponse |
Compare(String userId,
String sourceFileId,
String targetFileId,
String callbackUrl) |
FileStream |
DownloadResult(String resultFileId,
String format) |
String |
getBasePath() |
ChangesResponse |
GetChanges(String resultFileId) |
DocumentDetailsResponse |
GetDocumentDetails(String userId,
String guid) |
ApiInvoker |
getInvoker() |
void |
setBasePath(String basePath) |
ChangesResponse |
UpdateChanges(String resultFileId,
List<ChangeInfo> body) |
public ApiInvoker getInvoker()
public void setBasePath(String basePath)
public String getBasePath()
public CompareResponse Compare(String userId, String sourceFileId, String targetFileId, String callbackUrl) throws ApiException
ApiExceptionpublic DocumentDetailsResponse GetDocumentDetails(String userId, String guid) throws ApiException
ApiExceptionpublic FileStream DownloadResult(String resultFileId, String format) throws ApiException
ApiExceptionpublic ChangesResponse GetChanges(String resultFileId) throws ApiException
ApiExceptionpublic ChangesResponse UpdateChanges(String resultFileId, List<ChangeInfo> body) throws ApiException
ApiExceptionCopyright © 2014 GroupDocs. All Rights Reserved.