Uses of Class
com.docusign.maestro.model.DSWorkflowLogicalOperatorTypes
-
Packages that use DSWorkflowLogicalOperatorTypes Package Description com.docusign.maestro.model -
-
Uses of DSWorkflowLogicalOperatorTypes in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return DSWorkflowLogicalOperatorTypes Modifier and Type Method Description static DSWorkflowLogicalOperatorTypesDSWorkflowLogicalOperatorTypes. fromValue(String value)DSWorkflowLogicalOperatorTypesDSWorkflowBooleanExpression. getLogicalOperator()Get logicalOperator.static DSWorkflowLogicalOperatorTypesDSWorkflowLogicalOperatorTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static DSWorkflowLogicalOperatorTypes[]DSWorkflowLogicalOperatorTypes. 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 DSWorkflowLogicalOperatorTypes Modifier and Type Method Description DSWorkflowBooleanExpressionDSWorkflowBooleanExpression. logicalOperator(DSWorkflowLogicalOperatorTypes logicalOperator)logicalOperator.voidDSWorkflowBooleanExpression. setLogicalOperator(DSWorkflowLogicalOperatorTypes logicalOperator)setLogicalOperator.
-