Uses of Class
com.docusign.webforms.model.WebFormType
-
Packages that use WebFormType Package Description com.docusign.webforms.model -
-
Uses of WebFormType in com.docusign.webforms.model
Methods in com.docusign.webforms.model that return WebFormType Modifier and Type Method Description static WebFormTypeWebFormType. fromValue(String value)WebFormTypeWebFormMetadata. getType()Represents webform type.static WebFormTypeWebFormType. valueOf(String name)Returns the enum constant of this type with the specified name.static WebFormType[]WebFormType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.docusign.webforms.model with parameters of type WebFormType Modifier and Type Method Description voidWebFormMetadata. setType(WebFormType type)setType.WebFormMetadataWebFormMetadata. type(WebFormType type)type.
-