Package com.docusign.maestro.model
Class ESignSigner
- java.lang.Object
-
- com.docusign.maestro.model.ESignSigner
-
- All Implemented Interfaces:
Serializable
public class ESignSigner extends Object implements Serializable
ESignSigner.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ESignSigner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ESignSigneremail(Object email)email.booleanequals(Object o)Compares objects.ObjectgetEmail()Reference of #/definitions/StringOrVariableOrTransformation.ObjectgetNote()Reference of #/definitions/StringOrVariableOrTransformation.StringgetRoutingOrder()Get routingOrder.ESignTabsRecordgetTabs()Get tabs.ObjectgetUserName()Reference of #/definitions/StringOrVariableOrTransformation.inthashCode()Returns the HashCode.ESignSignernote(Object note)note.ESignSignerroutingOrder(String routingOrder)routingOrder.voidsetEmail(Object email)setEmail.voidsetNote(Object note)setNote.voidsetRoutingOrder(String routingOrder)setRoutingOrder.voidsetTabs(ESignTabsRecord tabs)setTabs.voidsetUserName(Object userName)setUserName.ESignSignertabs(ESignTabsRecord tabs)tabs.StringtoString()Converts the given object to string.ESignSigneruserName(Object userName)userName.
-
-
-
Method Detail
-
email
public ESignSigner email(Object email)
email.- Returns:
- ESignSigner
-
getEmail
public Object getEmail()
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:
-
setEmail
public void setEmail(Object email)
setEmail.
-
note
public ESignSigner note(Object note)
note.- Returns:
- ESignSigner
-
getNote
public Object getNote()
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:
- note
-
setNote
public void setNote(Object note)
setNote.
-
routingOrder
public ESignSigner routingOrder(String routingOrder)
routingOrder.- Returns:
- ESignSigner
-
getRoutingOrder
public String getRoutingOrder()
Get routingOrder.- Returns:
- routingOrder
-
setRoutingOrder
public void setRoutingOrder(String routingOrder)
setRoutingOrder.
-
tabs
public ESignSigner tabs(ESignTabsRecord tabs)
tabs.- Returns:
- ESignSigner
-
getTabs
public ESignTabsRecord getTabs()
Get tabs.- Returns:
- tabs
-
setTabs
public void setTabs(ESignTabsRecord tabs)
setTabs.
-
userName
public ESignSigner userName(Object userName)
userName.- Returns:
- ESignSigner
-
getUserName
public Object getUserName()
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:
- userName
-
setUserName
public void setUserName(Object userName)
setUserName.
-
equals
public boolean equals(Object o)
Compares objects.
-
-