Uses of Class
com.docusign.maestro.model.DSWorkflowVariableSourceTypesVariable
-
Packages that use DSWorkflowVariableSourceTypesVariable Package Description com.docusign.maestro.model -
-
Uses of DSWorkflowVariableSourceTypesVariable in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return DSWorkflowVariableSourceTypesVariable Modifier and Type Method Description static DSWorkflowVariableSourceTypesVariableDSWorkflowVariableSourceTypesVariable. fromValue(String value)DSWorkflowVariableSourceTypesVariableDSWorkflowVariableFromVariable. getSource()Get source.static DSWorkflowVariableSourceTypesVariableDSWorkflowVariableSourceTypesVariable. valueOf(String name)Returns the enum constant of this type with the specified name.static DSWorkflowVariableSourceTypesVariable[]DSWorkflowVariableSourceTypesVariable. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.docusign.maestro.model with parameters of type DSWorkflowVariableSourceTypesVariable Modifier and Type Method Description voidDSWorkflowVariableFromVariable. setSource(DSWorkflowVariableSourceTypesVariable source)setSource.DSWorkflowVariableFromVariableDSWorkflowVariableFromVariable. source(DSWorkflowVariableSourceTypesVariable source)source.
-