Class PartsApi

java.lang.Object
com.jumio.sdk.api_v1.api.PartsApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-05-09T15:46:41.184215600+02:00[Europe/Vienna]") public class PartsApi extends Object
  • Constructor Details

    • PartsApi

      public PartsApi()
    • PartsApi

      public PartsApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • addCredentialPart

      public Response addCredentialPart(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier, File _file) throws org.springframework.web.client.RestClientException
      add part to an account api for adding parts to an account credential

      201 - CREATED

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountId - (required)
      workflowExecutionId - (required)
      credentialId - (required)
      classifier - FRONT, BACK, FACE (required)
      _file - (optional)
      Returns:
      Response
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • addCredentialPartWithHttpInfo

      public org.springframework.http.ResponseEntity<Response> addCredentialPartWithHttpInfo(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier, File _file) throws org.springframework.web.client.RestClientException
      add part to an account api for adding parts to an account credential

      201 - CREATED

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountId - (required)
      workflowExecutionId - (required)
      credentialId - (required)
      classifier - FRONT, BACK, FACE (required)
      _file - (optional)
      Returns:
      ResponseEntity<Response>
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • addPreparedData

      public Response addPreparedData(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, PreparedData preparedData) throws org.springframework.web.client.RestClientException

      201 - CREATED

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountId - (required)
      workflowExecutionId - (required)
      credentialId - (required)
      preparedData - (required)
      Returns:
      Response
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • addPreparedDataWithHttpInfo

      public org.springframework.http.ResponseEntity<Response> addPreparedDataWithHttpInfo(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, PreparedData preparedData) throws org.springframework.web.client.RestClientException

      201 - CREATED

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountId - (required)
      workflowExecutionId - (required)
      credentialId - (required)
      preparedData - (required)
      Returns:
      ResponseEntity<Response>
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • deleteCredentialPart

      public Response deleteCredentialPart(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier) throws org.springframework.web.client.RestClientException
      delete part from the account credential delete part from the account credential

      200 - OK

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountId - (required)
      workflowExecutionId - (required)
      credentialId - (required)
      classifier - FRONT, BACK, FACE (required)
      Returns:
      Response
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • deleteCredentialPartWithHttpInfo

      public org.springframework.http.ResponseEntity<Response> deleteCredentialPartWithHttpInfo(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier) throws org.springframework.web.client.RestClientException
      delete part from the account credential delete part from the account credential

      200 - OK

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountId - (required)
      workflowExecutionId - (required)
      credentialId - (required)
      classifier - FRONT, BACK, FACE (required)
      Returns:
      ResponseEntity<Response>
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • deleteDocument

      public Response deleteDocument(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId) throws org.springframework.web.client.RestClientException
      delete all pages delete all pages

      200 - OK

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountId - (required)
      workflowExecutionId - (required)
      credentialId - (required)
      Returns:
      Response
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • deleteDocumentWithHttpInfo

      public org.springframework.http.ResponseEntity<Response> deleteDocumentWithHttpInfo(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId) throws org.springframework.web.client.RestClientException
      delete all pages delete all pages

      200 - OK

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

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

      public Response updateCredentialPart(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier, File _file) throws org.springframework.web.client.RestClientException
      update part of the account credential update part of the account credential

      200 - OK

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountId - (required)
      workflowExecutionId - (required)
      credentialId - (required)
      classifier - FRONT, BACK, FACE (required)
      _file - (optional)
      Returns:
      Response
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • updateCredentialPartWithHttpInfo

      public org.springframework.http.ResponseEntity<Response> updateCredentialPartWithHttpInfo(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, String classifier, File _file) throws org.springframework.web.client.RestClientException
      update part of the account credential update part of the account credential

      200 - OK

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountId - (required)
      workflowExecutionId - (required)
      credentialId - (required)
      classifier - FRONT, BACK, FACE (required)
      _file - (optional)
      Returns:
      ResponseEntity<Response>
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • uploadDocument

      public Response uploadDocument(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, File _file) throws org.springframework.web.client.RestClientException
      upload document api for uploading documents (image(s)/single pdf)

      201 - CREATED

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountId - (required)
      workflowExecutionId - (required)
      credentialId - (required)
      _file - (optional)
      Returns:
      Response
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • uploadDocumentWithHttpInfo

      public org.springframework.http.ResponseEntity<Response> uploadDocumentWithHttpInfo(String userAgent, UUID accountId, UUID workflowExecutionId, UUID credentialId, File _file) throws org.springframework.web.client.RestClientException
      upload document api for uploading documents (image(s)/single pdf)

      201 - CREATED

      401 - Unauthorized

      403 - unexpected error happened during processing request

      404 - resource was not found

      Parameters:
      userAgent - (required)
      accountId - (required)
      workflowExecutionId - (required)
      credentialId - (required)
      _file - (optional)
      Returns:
      ResponseEntity<Response>
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API