Package com.docusign.maestro.model
Class DSIdvStepInput
- java.lang.Object
-
- com.docusign.maestro.model.DSIdvStepInput
-
- All Implemented Interfaces:
Serializable
public class DSIdvStepInput extends Object implements Serializable
DSIdvStepInput.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DSIdvStepInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DSIdvStepInputbackgroundColorBranding(Object backgroundColorBranding)backgroundColorBranding.booleanequals(Object o)Compares objects.DSIdvStepInputexpectedFullName(Object expectedFullName)expectedFullName.ObjectgetBackgroundColorBranding()Reference of #/definitions/StringOrVariableOrTransformation.ObjectgetExpectedFullName()Reference of #/definitions/StringOrVariableOrTransformation.ObjectgetRetryLimit()This object should be any of the following object models or types: [number, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression].ObjectgetTextColorBranding()Reference of #/definitions/StringOrVariableOrTransformation.inthashCode()Returns the HashCode.DSIdvStepInputretryLimit(Object retryLimit)retryLimit.voidsetBackgroundColorBranding(Object backgroundColorBranding)setBackgroundColorBranding.voidsetExpectedFullName(Object expectedFullName)setExpectedFullName.voidsetRetryLimit(Object retryLimit)setRetryLimit.voidsetTextColorBranding(Object textColorBranding)setTextColorBranding.DSIdvStepInputtextColorBranding(Object textColorBranding)textColorBranding.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
backgroundColorBranding
public DSIdvStepInput backgroundColorBranding(Object backgroundColorBranding)
backgroundColorBranding.- Returns:
- DSIdvStepInput
-
getBackgroundColorBranding
public Object getBackgroundColorBranding()
Reference of #/definitions/StringOrVariableOrTransformation. 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].- Returns:
- backgroundColorBranding
-
setBackgroundColorBranding
public void setBackgroundColorBranding(Object backgroundColorBranding)
setBackgroundColorBranding.
-
expectedFullName
public DSIdvStepInput expectedFullName(Object expectedFullName)
expectedFullName.- Returns:
- DSIdvStepInput
-
getExpectedFullName
public Object getExpectedFullName()
Reference of #/definitions/StringOrVariableOrTransformation. 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].- Returns:
- expectedFullName
-
setExpectedFullName
public void setExpectedFullName(Object expectedFullName)
setExpectedFullName.
-
retryLimit
public DSIdvStepInput retryLimit(Object retryLimit)
retryLimit.- Returns:
- DSIdvStepInput
-
getRetryLimit
public Object getRetryLimit()
This object should be any of the following object models or types: [number, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression].- Returns:
- retryLimit
-
setRetryLimit
public void setRetryLimit(Object retryLimit)
setRetryLimit.
-
textColorBranding
public DSIdvStepInput textColorBranding(Object textColorBranding)
textColorBranding.- Returns:
- DSIdvStepInput
-
getTextColorBranding
public Object getTextColorBranding()
Reference of #/definitions/StringOrVariableOrTransformation. 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].- Returns:
- textColorBranding
-
setTextColorBranding
public void setTextColorBranding(Object textColorBranding)
setTextColorBranding.
-
equals
public boolean equals(Object o)
Compares objects.
-
-