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