Package api

Class DefaultApi


  • public class DefaultApi
    extends Object
    • Constructor Detail

      • DefaultApi

        public DefaultApi()
      • DefaultApi

        public DefaultApi​(FinixClient finixClient)
    • Method Detail

      • setFinixClient

        public void setFinixClient​(FinixClient finixClient)
      • getHostIndex

        public int getHostIndex()
      • setHostIndex

        public void setHostIndex​(int hostIndex)
      • getCustomBaseUrl

        public String getCustomBaseUrl()
      • setCustomBaseUrl

        public void setCustomBaseUrl​(String customBaseUrl)
      • getOnboardingFormCall

        public okhttp3.Call getOnboardingFormCall​(String onboardingFormId,
                                                  ApiCallback _callback)
                                           throws ApiException
        Build call for getOnboardingForm
        Parameters:
        onboardingFormId - The id of the `onboarding_form`. (required)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 A single `onboarding_from` objext. -
        401 Authentication information is missing or invalid * finix-apiuser-role -
        * date -
        * x-request-id -
      • getOnboardingForm

        public OnboardingForm getOnboardingForm​(String onboardingFormId)
                                         throws ApiException
        Fetch an Onboarding Form Retrieve the details of an `onboarding_form`.
        Parameters:
        onboardingFormId - The id of the `onboarding_form`. (required)
        Returns:
        OnboardingForm
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 A single `onboarding_from` objext. -
        401 Authentication information is missing or invalid * finix-apiuser-role -
        * date -
        * x-request-id -
      • getOnboardingFormWithHttpInfo

        public ApiResponse<OnboardingForm> getOnboardingFormWithHttpInfo​(String onboardingFormId)
                                                                  throws ApiException
        Fetch an Onboarding Form Retrieve the details of an `onboarding_form`.
        Parameters:
        onboardingFormId - The id of the `onboarding_form`. (required)
        Returns:
        ApiResponse<OnboardingForm>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
        Http Response Details:
        Status Code Description Response Headers
        200 A single `onboarding_from` objext. -
        401 Authentication information is missing or invalid * finix-apiuser-role -
        * date -
        * x-request-id -
      • getOnboardingFormAsync

        public okhttp3.Call getOnboardingFormAsync​(String onboardingFormId,
                                                   ApiCallback<OnboardingForm> _callback)
                                            throws ApiException
        Fetch an Onboarding Form (asynchronously) Retrieve the details of an `onboarding_form`.
        Parameters:
        onboardingFormId - The id of the `onboarding_form`. (required)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
        Http Response Details:
        Status Code Description Response Headers
        200 A single `onboarding_from` objext. -
        401 Authentication information is missing or invalid * finix-apiuser-role -
        * date -
        * x-request-id -