Uses of Class
com.docusign.webforms.model.WebFormComponentType
-
Packages that use WebFormComponentType Package Description com.docusign.webforms.model -
-
Uses of WebFormComponentType in com.docusign.webforms.model
Methods in com.docusign.webforms.model that return WebFormComponentType Modifier and Type Method Description static WebFormComponentTypeWebFormComponentType. fromValue(String value)static WebFormComponentTypeWebFormComponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static WebFormComponentType[]WebFormComponentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.docusign.webforms.model that return types with arguments of type WebFormComponentType Modifier and Type Method Description Map<String,WebFormComponentType>WebFormMetadata. getPublishedComponentNames()A dictionary containing the mapping of component names to their respective component types for all the published components..Methods in com.docusign.webforms.model with parameters of type WebFormComponentType Modifier and Type Method Description WebFormMetadataWebFormMetadata. putPublishedComponentNamesItem(String key, WebFormComponentType publishedComponentNamesItem)putPublishedComponentNamesItem.Method parameters in com.docusign.webforms.model with type arguments of type WebFormComponentType Modifier and Type Method Description WebFormMetadataWebFormMetadata. publishedComponentNames(Map<String,WebFormComponentType> publishedComponentNames)publishedComponentNames.voidWebFormMetadata. setPublishedComponentNames(Map<String,WebFormComponentType> publishedComponentNames)setPublishedComponentNames.
-