Uses of Class
com.docusign.webforms.api.FormManagementApi.ListFormsOptions
-
Packages that use FormManagementApi.ListFormsOptions Package Description com.docusign.webforms.api -
-
Uses of FormManagementApi.ListFormsOptions in com.docusign.webforms.api
Methods in com.docusign.webforms.api with parameters of type FormManagementApi.ListFormsOptions Modifier and Type Method Description WebFormSummaryListFormManagementApi. listForms(String accountId, FormManagementApi.ListFormsOptions options)List Forms.ApiResponse<WebFormSummaryList>FormManagementApi. listFormsWithHttpInfo(String accountId, FormManagementApi.ListFormsOptions options)List Forms List all the forms for the active user that can be in an active or draft state
-