Package com.docusign.maestro.model
Class StringOrVariableOrTransformation
- java.lang.Object
-
- com.docusign.maestro.model.StringOrVariableOrTransformation
-
- All Implemented Interfaces:
Serializable
public class StringOrVariableOrTransformation extends Object implements Serializable
Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression].- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringOrVariableOrTransformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.inthashCode()Returns the HashCode.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Compares objects.
-
-