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