Uses of Class
com.docusign.webforms.model.WebFormContent
-
Packages that use WebFormContent Package Description com.docusign.webforms.model -
-
Uses of WebFormContent in com.docusign.webforms.model
Methods in com.docusign.webforms.model that return WebFormContent Modifier and Type Method Description WebFormContentWebFormContent. addTemplatesItem(TemplateProperties templatesItem)addTemplatesItem.WebFormContentWebFormContent. brandId(String brandId)brandId.WebFormContentWebFormContent. components(Map<String,Map<String,Object>> components)components.WebFormContentWebForm. getFormContent()Get formContent.WebFormContentWebFormContent. isStandalone(Boolean isStandalone)isStandalone.WebFormContentWebFormContent. putComponentsItem(String key, Map<String,Object> componentsItem)putComponentsItem.WebFormContentWebFormContent. templates(List<TemplateProperties> templates)templates.Methods in com.docusign.webforms.model with parameters of type WebFormContent Modifier and Type Method Description WebFormWebForm. formContent(WebFormContent formContent)formContent.voidWebForm. setFormContent(WebFormContent formContent)setFormContent.
-