Uses of Class
com.docusign.webforms.model.InstanceSource
-
Packages that use InstanceSource Package Description com.docusign.webforms.model -
-
Uses of InstanceSource in com.docusign.webforms.model
Methods in com.docusign.webforms.model that return InstanceSource Modifier and Type Method Description static InstanceSourceInstanceSource. fromValue(String value)InstanceSourceWebFormInstanceMetadata. getInstanceSource()Get instanceSource.static InstanceSourceInstanceSource. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceSource[]InstanceSource. 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 InstanceSource Modifier and Type Method Description WebFormInstanceMetadataWebFormInstanceMetadata. instanceSource(InstanceSource instanceSource)instanceSource.voidWebFormInstanceMetadata. setInstanceSource(InstanceSource instanceSource)setInstanceSource.
-