Uses of Class
com.docusign.maestro.model.DSWorkflowComparisonOperatorTypes
-
Packages that use DSWorkflowComparisonOperatorTypes Package Description com.docusign.maestro.model -
-
Uses of DSWorkflowComparisonOperatorTypes in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return DSWorkflowComparisonOperatorTypes Modifier and Type Method Description static DSWorkflowComparisonOperatorTypesDSWorkflowComparisonOperatorTypes. fromValue(String value)DSWorkflowComparisonOperatorTypesDSWorkflowComparisonExpression. getComparisonOperator()Get comparisonOperator.static DSWorkflowComparisonOperatorTypesDSWorkflowComparisonOperatorTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static DSWorkflowComparisonOperatorTypes[]DSWorkflowComparisonOperatorTypes. 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 DSWorkflowComparisonOperatorTypes Modifier and Type Method Description DSWorkflowComparisonExpressionDSWorkflowComparisonExpression. comparisonOperator(DSWorkflowComparisonOperatorTypes comparisonOperator)comparisonOperator.voidDSWorkflowComparisonExpression. setComparisonOperator(DSWorkflowComparisonOperatorTypes comparisonOperator)setComparisonOperator.
-