Uses of Class
com.docusign.maestro.model.DSWorkflowStepTypesDoUntil
-
Packages that use DSWorkflowStepTypesDoUntil Package Description com.docusign.maestro.model -
-
Uses of DSWorkflowStepTypesDoUntil in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return DSWorkflowStepTypesDoUntil Modifier and Type Method Description static DSWorkflowStepTypesDoUntilDSWorkflowStepTypesDoUntil. fromValue(String value)DSWorkflowStepTypesDoUntilDSDoUntilStep. getType()Get type.static DSWorkflowStepTypesDoUntilDSWorkflowStepTypesDoUntil. valueOf(String name)Returns the enum constant of this type with the specified name.static DSWorkflowStepTypesDoUntil[]DSWorkflowStepTypesDoUntil. 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 DSWorkflowStepTypesDoUntil Modifier and Type Method Description voidDSDoUntilStep. setType(DSWorkflowStepTypesDoUntil type)setType.DSDoUntilStepDSDoUntilStep. type(DSWorkflowStepTypesDoUntil type)type.
-