public class PowerFormsApi extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
PowerFormsApi.GetPowerFormDataOptions |
class |
PowerFormsApi.ListPowerFormSendersOptions |
class |
PowerFormsApi.ListPowerFormsOptions |
| Constructor and Description |
|---|
PowerFormsApi() |
PowerFormsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
PowerForm |
createPowerForm(String accountId,
PowerForm powerForm)
Creates a new PowerForm.
|
void |
deletePowerForm(String accountId,
String powerFormId)
Delete a PowerForm.
|
PowerFormsResponse |
deletePowerForms(String accountId,
PowerFormsRequest powerFormsRequest)
Deletes one or more PowerForms
|
ApiClient |
getApiClient() |
PowerForm |
getPowerForm(String accountId,
String powerFormId)
Returns a single PowerForm.
|
PowerFormsFormDataResponse |
getPowerFormData(String accountId,
String powerFormId)
Returns the form data associated with the usage of a PowerForm.
|
PowerFormsFormDataResponse |
getPowerFormData(String accountId,
String powerFormId,
PowerFormsApi.GetPowerFormDataOptions options)
Returns the form data associated with the usage of a PowerForm.
|
PowerFormsResponse |
listPowerForms(String accountId)
Returns the list of PowerForms available to the user.
|
PowerFormsResponse |
listPowerForms(String accountId,
PowerFormsApi.ListPowerFormsOptions options)
Returns the list of PowerForms available to the user.
|
PowerFormSendersResponse |
listPowerFormSenders(String accountId)
Returns the list of PowerForms available to the user.
|
PowerFormSendersResponse |
listPowerFormSenders(String accountId,
PowerFormsApi.ListPowerFormSendersOptions options)
Returns the list of PowerForms available to the user.
|
void |
setApiClient(ApiClient apiClient) |
PowerForm |
updatePowerForm(String accountId,
String powerFormId,
PowerForm powerForm)
Creates a new PowerForm.
|
public PowerFormsApi()
public PowerFormsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public PowerForm createPowerForm(String accountId, PowerForm powerForm) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)powerForm - (optional)ApiException - if fails to make API callpublic void deletePowerForm(String accountId, String powerFormId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)powerFormId - (required)ApiException - if fails to make API callpublic PowerFormsResponse deletePowerForms(String accountId, PowerFormsRequest powerFormsRequest) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)powerFormsRequest - (optional)ApiException - if fails to make API callpublic PowerForm getPowerForm(String accountId, String powerFormId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)powerFormId - (required)ApiException - if fails to make API callpublic PowerFormsFormDataResponse getPowerFormData(String accountId, String powerFormId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)powerFormId - (required)ApiExceptionpublic PowerFormsFormDataResponse getPowerFormData(String accountId, String powerFormId, PowerFormsApi.GetPowerFormDataOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)powerFormId - (required)options - for modifying the method behavior.ApiException - if fails to make API callpublic PowerFormSendersResponse listPowerFormSenders(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)ApiExceptionpublic PowerFormSendersResponse listPowerFormSenders(String accountId, PowerFormsApi.ListPowerFormSendersOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)options - for modifying the method behavior.ApiException - if fails to make API callpublic PowerFormsResponse listPowerForms(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)ApiExceptionpublic PowerFormsResponse listPowerForms(String accountId, PowerFormsApi.ListPowerFormsOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)options - for modifying the method behavior.ApiException - if fails to make API callpublic PowerForm updatePowerForm(String accountId, String powerFormId, PowerForm powerForm) throws ApiException
accountId - The external account number (int) or account ID Guid. (required)powerFormId - (required)powerForm - (optional)ApiException - if fails to make API callCopyright © 2020. All rights reserved.