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 PowerFormsResponse listPowerForms(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic PowerFormsResponse listPowerForms(String accountId, PowerFormsApi.ListPowerFormsOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.PowerFormsApi.ListPowerFormsOptions - Options for modifying the method behavior.ApiExceptionpublic PowerForm createPowerForm(String accountId, PowerForm powerForm) throws ApiException
accountId - The external account number (int) or account ID Guid.PowerFormsApi.CreatePowerFormOptions - Options for modifying the method behavior.ApiExceptionpublic PowerFormsResponse deletePowerForms(String accountId, PowerFormsRequest powerFormsRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.PowerFormsApi.DeletePowerFormsOptions - Options for modifying the method behavior.ApiExceptionpublic PowerFormSendersResponse listPowerFormSenders(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic PowerFormSendersResponse listPowerFormSenders(String accountId, PowerFormsApi.ListPowerFormSendersOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.PowerFormsApi.ListPowerFormSendersOptions - Options for modifying the method behavior.ApiExceptionpublic PowerForm getPowerForm(String accountId, String powerFormId) throws ApiException
accountId - The external account number (int) or account ID Guid.powerFormId - PowerFormsApi.GetPowerFormOptions - Options for modifying the method behavior.ApiExceptionpublic PowerForm updatePowerForm(String accountId, String powerFormId, PowerForm powerForm) throws ApiException
accountId - The external account number (int) or account ID Guid.powerFormId - PowerFormsApi.UpdatePowerFormOptions - Options for modifying the method behavior.ApiExceptionpublic void deletePowerForm(String accountId, String powerFormId) throws ApiException
accountId - The external account number (int) or account ID Guid.powerFormId - PowerFormsApi.DeletePowerFormOptions - Options for modifying the method behavior.ApiExceptionpublic PowerFormsFormDataResponse getPowerFormData(String accountId, String powerFormId) throws ApiException
accountId - The external account number (int) or account ID Guid.powerFormId - ApiExceptionpublic PowerFormsFormDataResponse getPowerFormData(String accountId, String powerFormId, PowerFormsApi.GetPowerFormDataOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.powerFormId - PowerFormsApi.GetPowerFormDataOptions - Options for modifying the method behavior.ApiExceptionCopyright © 2017. All rights reserved.