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