public class ChangesApi extends Object
Constructor | Description |
---|---|
ChangesApi(Configuration configuration) |
|
ChangesApi(String appSid,
String appKey) |
Modifier and Type | Method | Description |
---|---|---|
ApiClient |
getApiClient() |
|
List<ComparisonChangesCategoryDto> |
postCategoriesChanges(PostCategoriesChangesRequest request) |
Posts the categories changes.
|
com.squareup.okhttp.Call |
postCategoriesChangesAsync(PostCategoriesChangesRequest request,
ApiCallback<List<ComparisonChangesCategoryDto>> callback) |
Posts the categories changes.
|
com.squareup.okhttp.Call |
postCategoriesChangesCall(PostCategoriesChangesRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for postCategoriesChanges
|
ApiResponse<List<ComparisonChangesCategoryDto>> |
postCategoriesChangesWithHttpInfo(PostCategoriesChangesRequest request) |
Posts the categories changes.
|
List<ComparisonChange> |
postChanges(PostChangesRequest request) |
Returns json result with set of changes between documents
|
com.squareup.okhttp.Call |
postChangesAsync(PostChangesRequest request,
ApiCallback<List<ComparisonChange>> callback) |
Returns json result with set of changes between documents (asynchronously)
|
com.squareup.okhttp.Call |
postChangesCall(PostChangesRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for postChanges
|
ApiResponse<List<ComparisonChange>> |
postChangesWithHttpInfo(PostChangesRequest request) |
Returns json result with set of changes between documents
|
Link |
putChangesDocument(PutChangesDocumentRequest request) |
Applies changes to the document and returns document with the result of comparison
|
com.squareup.okhttp.Call |
putChangesDocumentAsync(PutChangesDocumentRequest request,
ApiCallback<Link> callback) |
Applies changes to the document and returns document with the result of comparison (asynchronously)
|
com.squareup.okhttp.Call |
putChangesDocumentCall(PutChangesDocumentRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for putChangesDocument
|
File |
putChangesDocumentStream(PutChangesDocumentStreamRequest request) |
Applies changes to the document and returns stream of document with the result of comparison
|
com.squareup.okhttp.Call |
putChangesDocumentStreamAsync(PutChangesDocumentStreamRequest request,
ApiCallback<File> callback) |
Applies changes to the document and returns stream of document with the result of comparison (asynchronously)
|
com.squareup.okhttp.Call |
putChangesDocumentStreamCall(PutChangesDocumentStreamRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for putChangesDocumentStream
|
ApiResponse<File> |
putChangesDocumentStreamWithHttpInfo(PutChangesDocumentStreamRequest request) |
Applies changes to the document and returns stream of document with the result of comparison
|
ApiResponse<Link> |
putChangesDocumentWithHttpInfo(PutChangesDocumentRequest request) |
Applies changes to the document and returns document with the result of comparison
|
List<Link> |
putChangesImages(PutChangesImagesRequest request) |
Applies changes to the document and returns images of document with the result of comparison
|
com.squareup.okhttp.Call |
putChangesImagesAsync(PutChangesImagesRequest request,
ApiCallback<List<Link>> callback) |
Applies changes to the document and returns images of document with the result of comparison (asynchronously)
|
com.squareup.okhttp.Call |
putChangesImagesCall(PutChangesImagesRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for putChangesImages
|
File |
putChangesImagesStream(PutChangesImagesStreamRequest request) |
Applies changes to the document and returns image's streams of document with the result of comparison
|
com.squareup.okhttp.Call |
putChangesImagesStreamAsync(PutChangesImagesStreamRequest request,
ApiCallback<File> callback) |
Applies changes to the document and returns image's streams of document with the result of comparison (asynchronously)
|
com.squareup.okhttp.Call |
putChangesImagesStreamCall(PutChangesImagesStreamRequest request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for putChangesImagesStream
|
ApiResponse<File> |
putChangesImagesStreamWithHttpInfo(PutChangesImagesStreamRequest request) |
Applies changes to the document and returns image's streams of document with the result of comparison
|
ApiResponse<List<Link>> |
putChangesImagesWithHttpInfo(PutChangesImagesRequest request) |
Applies changes to the document and returns images of document with the result of comparison
|
void |
setApiClient(ApiClient apiClient) |
public ChangesApi(Configuration configuration)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call postCategoriesChangesCall(PostCategoriesChangesRequest request, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
request
- The request modelprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ComparisonChangesCategoryDto> postCategoriesChanges(PostCategoriesChangesRequest request) throws ApiException
request
- The request modelApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ComparisonChangesCategoryDto>> postCategoriesChangesWithHttpInfo(PostCategoriesChangesRequest request) throws ApiException
request
- The request modelApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postCategoriesChangesAsync(PostCategoriesChangesRequest request, ApiCallback<List<ComparisonChangesCategoryDto>> callback) throws ApiException
request
- The request modelcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call postChangesCall(PostChangesRequest request, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
request
- The request modelprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ComparisonChange> postChanges(PostChangesRequest request) throws ApiException
request
- The request modelApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ComparisonChange>> postChangesWithHttpInfo(PostChangesRequest request) throws ApiException
request
- The request modelApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call postChangesAsync(PostChangesRequest request, ApiCallback<List<ComparisonChange>> callback) throws ApiException
request
- The request modelcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putChangesDocumentCall(PutChangesDocumentRequest request, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
request
- The request modelprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Link putChangesDocument(PutChangesDocumentRequest request) throws ApiException
request
- The request modelApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Link> putChangesDocumentWithHttpInfo(PutChangesDocumentRequest request) throws ApiException
request
- The request modelApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putChangesDocumentAsync(PutChangesDocumentRequest request, ApiCallback<Link> callback) throws ApiException
request
- The request modelcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putChangesDocumentStreamCall(PutChangesDocumentStreamRequest request, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
request
- The request modelprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File putChangesDocumentStream(PutChangesDocumentStreamRequest request) throws ApiException
request
- The request modelApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> putChangesDocumentStreamWithHttpInfo(PutChangesDocumentStreamRequest request) throws ApiException
request
- The request modelApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putChangesDocumentStreamAsync(PutChangesDocumentStreamRequest request, ApiCallback<File> callback) throws ApiException
request
- The request modelcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putChangesImagesCall(PutChangesImagesRequest request, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
request
- The request modelprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<Link> putChangesImages(PutChangesImagesRequest request) throws ApiException
request
- The request modelApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<Link>> putChangesImagesWithHttpInfo(PutChangesImagesRequest request) throws ApiException
request
- The request modelApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putChangesImagesAsync(PutChangesImagesRequest request, ApiCallback<List<Link>> callback) throws ApiException
request
- The request modelcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call putChangesImagesStreamCall(PutChangesImagesStreamRequest request, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
request
- The request modelprogressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic File putChangesImagesStream(PutChangesImagesStreamRequest request) throws ApiException
request
- The request modelApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> putChangesImagesStreamWithHttpInfo(PutChangesImagesStreamRequest request) throws ApiException
request
- The request modelApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call putChangesImagesStreamAsync(PutChangesImagesStreamRequest request, ApiCallback<File> callback) throws ApiException
request
- The request modelcallback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2018. All rights reserved.