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