Package com.docusign.maestro.model
Class DSWorkflowStep
- java.lang.Object
-
- com.docusign.maestro.model.DSWorkflowStep
-
- All Implemented Interfaces:
Serializable
public class DSWorkflowStep extends Object implements Serializable
A DS Workflow Step. This object should be any of the following object models: [#/definitions/DSServiceStep, #/definitions/DSTransformationStep, #/definitions/DSDocGenStep, #/definitions/DSSignStep].- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DSWorkflowStep()
-
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.
-
-