public class MicroformIntegrationApi extends Object
| Constructor and Description |
|---|
MicroformIntegrationApi() |
MicroformIntegrationApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
String |
generateCaptureContext(GenerateCaptureContextRequest generateCaptureContextRequest)
Generate Capture Context
This API is used to generate the Capture Context data structure for the Microform Integration.
|
okhttp3.Call |
generateCaptureContextAsync(GenerateCaptureContextRequest generateCaptureContextRequest,
ApiCallback<String> callback)
Generate Capture Context (asynchronously)
This API is used to generate the Capture Context data structure for the Microform Integration.
|
okhttp3.Call |
generateCaptureContextCall(GenerateCaptureContextRequest generateCaptureContextRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateCaptureContext
|
ApiResponse<String> |
generateCaptureContextWithHttpInfo(GenerateCaptureContextRequest generateCaptureContextRequest)
Generate Capture Context
This API is used to generate the Capture Context data structure for the Microform Integration.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public MicroformIntegrationApi()
public MicroformIntegrationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call generateCaptureContextCall(GenerateCaptureContextRequest generateCaptureContextRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
generateCaptureContextRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String generateCaptureContext(GenerateCaptureContextRequest generateCaptureContextRequest) throws ApiException
generateCaptureContextRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> generateCaptureContextWithHttpInfo(GenerateCaptureContextRequest generateCaptureContextRequest) throws ApiException
generateCaptureContextRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call generateCaptureContextAsync(GenerateCaptureContextRequest generateCaptureContextRequest, ApiCallback<String> callback) throws ApiException
generateCaptureContextRequest - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2025. All rights reserved.