@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class TemplateRole extends Object
| Constructor and Description |
|---|
TemplateRole() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccessCode()
If a value is provided, the recipient must enter the value as the access code to view and sign the envelope.
|
String |
getClientUserId()
Specifies whether the recipient is embedded or remote.
|
String |
getDefaultRecipient()
When set to **true**, this recipient is the default recipient and any tabs generated by the transformPdfFields option are mapped to this recipient.
|
String |
getEmail()
Specifies the email associated with a role name.
|
RecipientEmailNotification |
getEmailNotification() |
String |
getEmbeddedRecipientStartURL()
Specifies a sender provided valid URL string for redirecting an embedded recipient.
|
String |
getInPersonSignerName()
Specifies the full legal name of the signer in person signer template roles.\n\nMaximum Length: 100 characters.
|
String |
getName()
Specifies the recipient's name.
|
String |
getRoleName()
Optional element.
|
String |
getRoutingOrder()
Specifies the routing order of the recipient in the envelope.
|
String |
getSigningGroupId()
When set to **true** and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once).
|
Tabs |
getTabs() |
int |
hashCode() |
void |
setAccessCode(String accessCode) |
void |
setClientUserId(String clientUserId) |
void |
setDefaultRecipient(String defaultRecipient) |
void |
setEmail(String email) |
void |
setEmailNotification(RecipientEmailNotification emailNotification) |
void |
setEmbeddedRecipientStartURL(String embeddedRecipientStartURL) |
void |
setInPersonSignerName(String inPersonSignerName) |
void |
setName(String name) |
void |
setRoleName(String roleName) |
void |
setRoutingOrder(String routingOrder) |
void |
setSigningGroupId(String signingGroupId) |
void |
setTabs(Tabs tabs) |
String |
toString() |
public String getAccessCode()
public void setAccessCode(String accessCode)
public String getClientUserId()
public void setClientUserId(String clientUserId)
public String getDefaultRecipient()
public void setDefaultRecipient(String defaultRecipient)
public String getEmail()
public void setEmail(String email)
public RecipientEmailNotification getEmailNotification()
public void setEmailNotification(RecipientEmailNotification emailNotification)
public String getEmbeddedRecipientStartURL()
public void setEmbeddedRecipientStartURL(String embeddedRecipientStartURL)
public String getInPersonSignerName()
public void setInPersonSignerName(String inPersonSignerName)
public String getName()
public void setName(String name)
public String getRoleName()
public void setRoleName(String roleName)
public String getRoutingOrder()
public void setRoutingOrder(String routingOrder)
public String getSigningGroupId()
public void setSigningGroupId(String signingGroupId)
public Tabs getTabs()
public void setTabs(Tabs tabs)
Copyright © 2017. All rights reserved.