Uses of Class
com.docusign.webforms.model.WebForm
-
Packages that use WebForm Package Description com.docusign.webforms.api com.docusign.webforms.model -
-
Uses of WebForm in com.docusign.webforms.api
Methods in com.docusign.webforms.api that return WebForm Modifier and Type Method Description WebFormFormManagementApi. getForm(String accountId, String formId)Get Form.WebFormFormManagementApi. getForm(String accountId, String formId, FormManagementApi.GetFormOptions options)Get Form.Methods in com.docusign.webforms.api that return types with arguments of type WebForm Modifier and Type Method Description ApiResponse<WebForm>FormManagementApi. getFormWithHttpInfo(String accountId, String formId, FormManagementApi.GetFormOptions options)Get Form Retrieves form information filter by form id and state. -
Uses of WebForm in com.docusign.webforms.model
Methods in com.docusign.webforms.model that return WebForm Modifier and Type Method Description WebFormWebForm. formContent(WebFormContent formContent)formContent.WebFormWebForm. versionId(Integer versionId)versionId.
-