Class DefaultApi

java.lang.Object
com.jumio.sdk.retrieval_v3.api.DefaultApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-10-16T16:59:20.653944300+02:00[Europe/Vienna]") public class DefaultApi extends Object
  • Constructor Details

    • DefaultApi

      public DefaultApi()
    • DefaultApi

      public DefaultApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • apiV1AccountsAccountIdWorkflowExecutionsWorkflowExecutionIdFeedbackPut

      public void apiV1AccountsAccountIdWorkflowExecutionsWorkflowExecutionIdFeedbackPut(UUID accountId, UUID workflowExecutionId, TransactionFeedbackRequestBody transactionFeedbackRequestBody) throws org.springframework.web.client.RestClientException
      Returns the steps in the executed workflow.

      200 - OK

      401 - Unauthorized

      403 - Forbidden

      404 - Not Found

      Parameters:
      accountId - (required)
      workflowExecutionId - (required)
      transactionFeedbackRequestBody - (required)
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • apiV1AccountsAccountIdWorkflowExecutionsWorkflowExecutionIdFeedbackPutWithHttpInfo

      public org.springframework.http.ResponseEntity<Void> apiV1AccountsAccountIdWorkflowExecutionsWorkflowExecutionIdFeedbackPutWithHttpInfo(UUID accountId, UUID workflowExecutionId, TransactionFeedbackRequestBody transactionFeedbackRequestBody) throws org.springframework.web.client.RestClientException
      Returns the steps in the executed workflow.

      200 - OK

      401 - Unauthorized

      403 - Forbidden

      404 - Not Found

      Parameters:
      accountId - (required)
      workflowExecutionId - (required)
      transactionFeedbackRequestBody - (required)
      Returns:
      ResponseEntity<Void>
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • apiV1WorkflowExecutionsGet

      public WorkflowExecutionListResponse apiV1WorkflowExecutionsGet(Integer size, Integer page) throws org.springframework.web.client.RestClientException
      Returns a list of the last processed workflow executions

      200 - OK

      401 - Unauthorized

      403 - Forbidden

      404 - Not Found

      Parameters:
      size - number of workflow executions to return (optional, default to 50)
      page - page number to return (optional, default to 1)
      Returns:
      WorkflowExecutionListResponse
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • apiV1WorkflowExecutionsGetWithHttpInfo

      public org.springframework.http.ResponseEntity<WorkflowExecutionListResponse> apiV1WorkflowExecutionsGetWithHttpInfo(Integer size, Integer page) throws org.springframework.web.client.RestClientException
      Returns a list of the last processed workflow executions

      200 - OK

      401 - Unauthorized

      403 - Forbidden

      404 - Not Found

      Parameters:
      size - number of workflow executions to return (optional, default to 50)
      page - page number to return (optional, default to 1)
      Returns:
      ResponseEntity<WorkflowExecutionListResponse>
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API