Class PowerFormsApi


  • public class PowerFormsApi
    extends java.lang.Object
    PowerFormsApi class.
    • Constructor Detail

      • PowerFormsApi

        public PowerFormsApi()
        PowerFormsApi.
      • PowerFormsApi

        public PowerFormsApi​(ApiClient apiClient)
        PowerFormsApi.
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
        getApiClient Method.
        Returns:
        ApiClient
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
        setApiClient Method.
      • createPowerForm

        public PowerForm createPowerForm​(java.lang.String accountId,
                                         PowerForm powerForm)
                                  throws ApiException
        Creates a new PowerForm..
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        powerForm - (optional)
        Returns:
        PowerForm
        Throws:
        ApiException - if fails to make API call
      • deletePowerForm

        public void deletePowerForm​(java.lang.String accountId,
                                    java.lang.String powerFormId)
                             throws ApiException
        Delete a PowerForm..
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        powerFormId - (required)
        Throws:
        ApiException - if fails to make API call
      • deletePowerForms

        public PowerFormsResponse deletePowerForms​(java.lang.String accountId,
                                                   PowerFormsRequest powerFormsRequest)
                                            throws ApiException
        Deletes one or more PowerForms.
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        powerFormsRequest - (optional)
        Returns:
        PowerFormsResponse
        Throws:
        ApiException - if fails to make API call
      • getPowerForm

        public PowerForm getPowerForm​(java.lang.String accountId,
                                      java.lang.String powerFormId)
                               throws ApiException
        Returns a single PowerForm..
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        powerFormId - (required)
        Returns:
        PowerForm
        Throws:
        ApiException - if fails to make API call
      • getPowerFormData

        public PowerFormsFormDataResponse getPowerFormData​(java.lang.String accountId,
                                                           java.lang.String powerFormId)
                                                    throws ApiException
        Returns the form data associated with the usage of a PowerForm..
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        powerFormId - (required)
        Returns:
        PowerFormsFormDataResponse
        Throws:
        ApiException
      • getPowerFormData

        public PowerFormsFormDataResponse getPowerFormData​(java.lang.String accountId,
                                                           java.lang.String powerFormId,
                                                           PowerFormsApi.GetPowerFormDataOptions options)
                                                    throws ApiException
        Returns the form data associated with the usage of a PowerForm..
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        powerFormId - (required)
        options - for modifying the method behavior.
        Returns:
        PowerFormsFormDataResponse
        Throws:
        ApiException - if fails to make API call
      • listPowerFormSenders

        public PowerFormSendersResponse listPowerFormSenders​(java.lang.String accountId)
                                                      throws ApiException
        Returns the list of PowerForms available to the user..
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        Returns:
        PowerFormSendersResponse
        Throws:
        ApiException
      • listPowerFormSenders

        public PowerFormSendersResponse listPowerFormSenders​(java.lang.String accountId,
                                                             PowerFormsApi.ListPowerFormSendersOptions options)
                                                      throws ApiException
        Returns the list of PowerForms available to the user..
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        options - for modifying the method behavior.
        Returns:
        PowerFormSendersResponse
        Throws:
        ApiException - if fails to make API call
      • listPowerForms

        public PowerFormsResponse listPowerForms​(java.lang.String accountId)
                                          throws ApiException
        Returns the list of PowerForms available to the user..
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        Returns:
        PowerFormsResponse
        Throws:
        ApiException
      • listPowerForms

        public PowerFormsResponse listPowerForms​(java.lang.String accountId,
                                                 PowerFormsApi.ListPowerFormsOptions options)
                                          throws ApiException
        Returns the list of PowerForms available to the user..
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        options - for modifying the method behavior.
        Returns:
        PowerFormsResponse
        Throws:
        ApiException - if fails to make API call
      • updatePowerForm

        public PowerForm updatePowerForm​(java.lang.String accountId,
                                         java.lang.String powerFormId,
                                         PowerForm powerForm)
                                  throws ApiException
        Creates a new PowerForm..
        Parameters:
        accountId - The external account number (int) or account ID Guid. (required)
        powerFormId - (required)
        powerForm - (optional)
        Returns:
        PowerForm
        Throws:
        ApiException - if fails to make API call