Uses of Class
com.docusign.webforms.model.WebFormSummary
-
Packages that use WebFormSummary Package Description com.docusign.webforms.model -
-
Uses of WebFormSummary in com.docusign.webforms.model
Subclasses of WebFormSummary in com.docusign.webforms.model Modifier and Type Class Description classWebFormAn object that fully describes an instance of a form.Methods in com.docusign.webforms.model that return WebFormSummary Modifier and Type Method Description WebFormSummaryWebFormSummary. accountId(String accountId)accountId.WebFormSummaryWebFormSummary. formMetadata(WebFormMetadata formMetadata)formMetadata.WebFormSummaryWebFormSummary. formProperties(WebFormProperties formProperties)formProperties.WebFormSummaryWebFormSummary. formState(WebFormState formState)formState.WebFormSummaryWebFormSummary. hasDraftChanges(Boolean hasDraftChanges)hasDraftChanges.WebFormSummaryWebFormSummary. id(String id)id.WebFormSummaryWebFormSummary. isEnabled(Boolean isEnabled)isEnabled.WebFormSummaryWebFormSummary. isPublished(Boolean isPublished)isPublished.Methods in com.docusign.webforms.model that return types with arguments of type WebFormSummary Modifier and Type Method Description List<WebFormSummary>WebFormSummaryList. getItems()Array of web form items with each containing summary..Methods in com.docusign.webforms.model with parameters of type WebFormSummary Modifier and Type Method Description WebFormSummaryListWebFormSummaryList. addItemsItem(WebFormSummary itemsItem)addItemsItem.Method parameters in com.docusign.webforms.model with type arguments of type WebFormSummary Modifier and Type Method Description WebFormSummaryListWebFormSummaryList. items(List<WebFormSummary> items)items.voidWebFormSummaryList. setItems(List<WebFormSummary> items)setItems.
-