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