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 userId,
String resultFileId,
String format) |
String |
getBasePath() |
ChangesResponse |
GetChanges(String userId,
String resultFileId) |
DocumentDetailsResponse |
GetDocumentDetails(String userId,
String guid) |
ApiInvoker |
getInvoker() |
void |
setBasePath(String basePath) |
ChangesResponse |
UpdateChanges(String userId,
String resultFileId,
List<ChangeInfo> body) |
public ApiInvoker getInvoker()
public void setBasePath(String basePath)
public String getBasePath()
public FileStream DownloadResult(String userId, String resultFileId, String format) throws ApiException
ApiExceptionpublic CompareResponse Compare(String userId, String sourceFileId, String targetFileId, String callbackUrl) throws ApiException
ApiExceptionpublic ChangesResponse GetChanges(String userId, String resultFileId) throws ApiException
ApiExceptionpublic ChangesResponse UpdateChanges(String userId, String resultFileId, List<ChangeInfo> body) throws ApiException
ApiExceptionpublic DocumentDetailsResponse GetDocumentDetails(String userId, String guid) throws ApiException
ApiExceptionCopyright © 2012 GroupDocs. All Rights Reserved.