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