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