Package com.docusign.esign.api
Class PowerFormsApi
- java.lang.Object
-
- com.docusign.esign.api.PowerFormsApi
-
public class PowerFormsApi extends java.lang.ObjectPowerFormsApi class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPowerFormsApi.GetPowerFormDataOptionsGetPowerFormDataOptions Class.classPowerFormsApi.ListPowerFormSendersOptionsListPowerFormSendersOptions Class.classPowerFormsApi.ListPowerFormsOptionsListPowerFormsOptions Class.
-
Constructor Summary
Constructors Constructor Description PowerFormsApi()PowerFormsApi.PowerFormsApi(ApiClient apiClient)PowerFormsApi.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PowerFormcreatePowerForm(java.lang.String accountId, PowerForm powerForm)Creates a new PowerForm..voiddeletePowerForm(java.lang.String accountId, java.lang.String powerFormId)Delete a PowerForm..PowerFormsResponsedeletePowerForms(java.lang.String accountId, PowerFormsRequest powerFormsRequest)Deletes one or more PowerForms.ApiClientgetApiClient()getApiClient Method.PowerFormgetPowerForm(java.lang.String accountId, java.lang.String powerFormId)Returns a single PowerForm..PowerFormsFormDataResponsegetPowerFormData(java.lang.String accountId, java.lang.String powerFormId)Returns the form data associated with the usage of a PowerForm..PowerFormsFormDataResponsegetPowerFormData(java.lang.String accountId, java.lang.String powerFormId, PowerFormsApi.GetPowerFormDataOptions options)Returns the form data associated with the usage of a PowerForm..PowerFormsResponselistPowerForms(java.lang.String accountId)Returns the list of PowerForms available to the user..PowerFormsResponselistPowerForms(java.lang.String accountId, PowerFormsApi.ListPowerFormsOptions options)Returns the list of PowerForms available to the user..PowerFormSendersResponselistPowerFormSenders(java.lang.String accountId)Returns the list of PowerForms available to the user..PowerFormSendersResponselistPowerFormSenders(java.lang.String accountId, PowerFormsApi.ListPowerFormSendersOptions options)Returns the list of PowerForms available to the user..voidsetApiClient(ApiClient apiClient)setApiClient Method.PowerFormupdatePowerForm(java.lang.String accountId, java.lang.String powerFormId, PowerForm powerForm)Creates a new PowerForm..
-
-
-
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 ApiExceptionDelete 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
-
-