Package com.docusign.maestro.model
Class DSWebFormsStep
- java.lang.Object
-
- com.docusign.maestro.model.DSWebFormsStep
-
- All Implemented Interfaces:
Serializable
public class DSWebFormsStep extends Object implements Serializable
A DS Workflow WebForms Step.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DSWebFormsStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DSWebFormsStepconfig(DSWebFormsStepConfig config)config.booleanequals(Object o)Compares objects.DSWebFormsStepConfiggetConfig()Get config.StringgetId()Get id.Map<String,Object>getInput()A Record of strings to Strings, Variables, or Transformation Expressions.StringgetName()Get name.Map<String,Object>getOutput()A Record of strings to Strings, Variables, or Transformation Expressions.DSWorkflowStepTypesDSWebFormsgetType()Get type.inthashCode()Returns the HashCode.DSWebFormsStepid(String id)id.DSWebFormsStepinput(Map<String,Object> input)input.DSWebFormsStepname(String name)name.DSWebFormsStepoutput(Map<String,Object> output)output.DSWebFormsStepputInputItem(String key, Object inputItem)putInputItem.DSWebFormsStepputOutputItem(String key, Object outputItem)putOutputItem.voidsetConfig(DSWebFormsStepConfig config)setConfig.voidsetId(String id)setId.voidsetInput(Map<String,Object> input)setInput.voidsetName(String name)setName.voidsetOutput(Map<String,Object> output)setOutput.voidsetType(DSWorkflowStepTypesDSWebForms type)setType.StringtoString()Converts the given object to string.DSWebFormsSteptype(DSWorkflowStepTypesDSWebForms type)type.
-
-
-
Method Detail
-
config
public DSWebFormsStep config(DSWebFormsStepConfig config)
config.- Returns:
- DSWebFormsStep
-
getConfig
public DSWebFormsStepConfig getConfig()
Get config.- Returns:
- config
-
setConfig
public void setConfig(DSWebFormsStepConfig config)
setConfig.
-
id
public DSWebFormsStep id(String id)
id.- Returns:
- DSWebFormsStep
-
getId
public String getId()
Get id.- Returns:
- id
-
setId
public void setId(String id)
setId.
-
input
public DSWebFormsStep input(Map<String,Object> input)
input.- Returns:
- DSWebFormsStep
-
putInputItem
public DSWebFormsStep putInputItem(String key, Object inputItem)
putInputItem.- Returns:
- DSWebFormsStep
-
getInput
public Map<String,Object> getInput()
A Record of strings to Strings, Variables, or Transformation Expressions.- Returns:
- input
-
name
public DSWebFormsStep name(String name)
name.- Returns:
- DSWebFormsStep
-
getName
public String getName()
Get name.- Returns:
- name
-
setName
public void setName(String name)
setName.
-
output
public DSWebFormsStep output(Map<String,Object> output)
output.- Returns:
- DSWebFormsStep
-
putOutputItem
public DSWebFormsStep putOutputItem(String key, Object outputItem)
putOutputItem.- Returns:
- DSWebFormsStep
-
getOutput
public Map<String,Object> getOutput()
A Record of strings to Strings, Variables, or Transformation Expressions.- Returns:
- output
-
type
public DSWebFormsStep type(DSWorkflowStepTypesDSWebForms type)
type.- Returns:
- DSWebFormsStep
-
getType
public DSWorkflowStepTypesDSWebForms getType()
Get type.- Returns:
- type
-
setType
public void setType(DSWorkflowStepTypesDSWebForms type)
setType.
-
equals
public boolean equals(Object o)
Compares objects.
-
-