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