Package com.docusign.maestro.model
Class DSWorkflowLane
- java.lang.Object
-
- com.docusign.maestro.model.DSWorkflowLane
-
- All Implemented Interfaces:
Serializable
public class DSWorkflowLane extends Object implements Serializable
DSWorkflowLane.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DSWorkflowLane()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DSWorkflowLaneaddLaneStepsItem(Object laneStepsItem)addLaneStepsItem.booleanequals(Object o)Compares objects.StringgetLaneId()Get laneId.List<Object>getLaneSteps()A list of #/definitions/DSWorkflowStep.inthashCode()Returns the HashCode.DSWorkflowLanelaneId(String laneId)laneId.DSWorkflowLanelaneSteps(List<Object> laneSteps)laneSteps.voidsetLaneId(String laneId)setLaneId.voidsetLaneSteps(List<Object> laneSteps)setLaneSteps.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
laneId
public DSWorkflowLane laneId(String laneId)
laneId.- Returns:
- DSWorkflowLane
-
getLaneId
public String getLaneId()
Get laneId.- Returns:
- laneId
-
setLaneId
public void setLaneId(String laneId)
setLaneId.
-
laneSteps
public DSWorkflowLane laneSteps(List<Object> laneSteps)
laneSteps.- Returns:
- DSWorkflowLane
-
addLaneStepsItem
public DSWorkflowLane addLaneStepsItem(Object laneStepsItem)
addLaneStepsItem.- Returns:
- DSWorkflowLane
-
getLaneSteps
public List<Object> getLaneSteps()
A list of #/definitions/DSWorkflowStep. Each element is: A DS Workflow Step. This object should be any of the following object models: [#/definitions/DSServiceStep, #/definitions/DSTransformationStep, #/definitions/DSDocGenStep, #/definitions/DSSignStep].- Returns:
- laneSteps
-
equals
public boolean equals(Object o)
Compares objects.
-
-