Package com.docusign.maestro.model
Class DSWorkflowLastIndexOfExpression
- java.lang.Object
-
- com.docusign.maestro.model.DSWorkflowLastIndexOfExpression
-
- All Implemented Interfaces:
Serializable
public class DSWorkflowLastIndexOfExpression extends Object implements Serializable
DSWorkflowLastIndexOfExpression.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DSWorkflowLastIndexOfExpression()
-
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.DSWorkflowTransformationExpressionTypesLastIndexOfExpressiongetType()Get type.inthashCode()Returns the HashCode.DSWorkflowLastIndexOfExpressionsearchText(Object searchText)searchText.voidsetSearchText(Object searchText)setSearchText.voidsetText(Object text)setText.voidsetType(DSWorkflowTransformationExpressionTypesLastIndexOfExpression type)setType.DSWorkflowLastIndexOfExpressiontext(Object text)text.StringtoString()Converts the given object to string.DSWorkflowLastIndexOfExpressiontype(DSWorkflowTransformationExpressionTypesLastIndexOfExpression type)type.
-
-
-
Method Detail
-
searchText
public DSWorkflowLastIndexOfExpression searchText(Object searchText)
searchText.- Returns:
- DSWorkflowLastIndexOfExpression
-
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 DSWorkflowLastIndexOfExpression text(Object text)
text.- Returns:
- DSWorkflowLastIndexOfExpression
-
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 DSWorkflowLastIndexOfExpression type(DSWorkflowTransformationExpressionTypesLastIndexOfExpression type)
type.- Returns:
- DSWorkflowLastIndexOfExpression
-
getType
public DSWorkflowTransformationExpressionTypesLastIndexOfExpression getType()
Get type.- Returns:
- type
-
setType
public void setType(DSWorkflowTransformationExpressionTypesLastIndexOfExpression type)
setType.
-
equals
public boolean equals(Object o)
Compares objects.
-
-