Package com.docusign.maestro.model
Class DSWorkflowIndexOfExpression
- java.lang.Object
-
- com.docusign.maestro.model.DSWorkflowIndexOfExpression
-
- All Implemented Interfaces:
Serializable
public class DSWorkflowIndexOfExpression extends Object implements Serializable
DSWorkflowIndexOfExpression.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DSWorkflowIndexOfExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.ObjectgetSearchText()Reference of #/definitions/StringOrVariableOrTransformation.ObjectgetText()Reference of #/definitions/StringOrVariableOrTransformation.DSWorkflowTransformationExpressionTypesIndexOfExpressiongetType()Get type.inthashCode()Returns the HashCode.DSWorkflowIndexOfExpressionsearchText(Object searchText)searchText.voidsetSearchText(Object searchText)setSearchText.voidsetText(Object text)setText.voidsetType(DSWorkflowTransformationExpressionTypesIndexOfExpression type)setType.DSWorkflowIndexOfExpressiontext(Object text)text.StringtoString()Converts the given object to string.DSWorkflowIndexOfExpressiontype(DSWorkflowTransformationExpressionTypesIndexOfExpression type)type.
-
-
-
Method Detail
-
searchText
public DSWorkflowIndexOfExpression searchText(Object searchText)
searchText.- Returns:
- DSWorkflowIndexOfExpression
-
getSearchText
public Object getSearchText()
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:
- searchText
-
setSearchText
public void setSearchText(Object searchText)
setSearchText.
-
text
public DSWorkflowIndexOfExpression text(Object text)
text.- Returns:
- DSWorkflowIndexOfExpression
-
getText
public Object getText()
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:
- text
-
setText
public void setText(Object text)
setText.
-
type
public DSWorkflowIndexOfExpression type(DSWorkflowTransformationExpressionTypesIndexOfExpression type)
type.- Returns:
- DSWorkflowIndexOfExpression
-
getType
public DSWorkflowTransformationExpressionTypesIndexOfExpression getType()
Get type.- Returns:
- type
-
setType
public void setType(DSWorkflowTransformationExpressionTypesIndexOfExpression type)
setType.
-
equals
public boolean equals(Object o)
Compares objects.
-
-