Package com.docusign.click.model
Class DocumentData
- java.lang.Object
-
- com.docusign.click.model.DocumentData
-
public class DocumentData extends Object
The object of data to be merged with the clickwrap document. A merged document must be created from Click's web editor and supports fullName, email, company, title and date..
-
-
Constructor Summary
Constructors Constructor Description DocumentData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentDatacompany(String company)company.DocumentDatadate(String date)date.DocumentDataemail(String email)email.booleanequals(Object o)Compares objects.DocumentDatafullName(String fullName)fullName.StringgetCompany()The company name of the signer.StringgetDate()A custom date for the contract.StringgetEmail()The email address of the signer.StringgetFullName()The full name of the signer.StringgetJobTitle()The job title of the signer.inthashCode()Returns the HashCode.DocumentDatajobTitle(String jobTitle)jobTitle.voidsetCompany(String company)setCompany.voidsetDate(String date)setDate.voidsetEmail(String email)setEmail.voidsetFullName(String fullName)setFullName.voidsetJobTitle(String jobTitle)setJobTitle.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
fullName
public DocumentData fullName(String fullName)
fullName.- Returns:
- DocumentData
-
getFullName
public String getFullName()
The full name of the signer. This field is created in the UI editor for a Clickwrap document. Only required if present in the document..- Returns:
- fullName
-
setFullName
public void setFullName(String fullName)
setFullName.
-
email
public DocumentData email(String email)
email.- Returns:
- DocumentData
-
getEmail
public String getEmail()
The email address of the signer. This field is created in the UI editor for a Clickwrap document. Only required if present in the document..- Returns:
-
setEmail
public void setEmail(String email)
setEmail.
-
company
public DocumentData company(String company)
company.- Returns:
- DocumentData
-
getCompany
public String getCompany()
The company name of the signer. This field is created in the UI editor for a Clickwrap document. Only required if present in the document..- Returns:
- company
-
setCompany
public void setCompany(String company)
setCompany.
-
jobTitle
public DocumentData jobTitle(String jobTitle)
jobTitle.- Returns:
- DocumentData
-
getJobTitle
public String getJobTitle()
The job title of the signer. This field is created in the UI editor for a Clickwrap document. Only required if present in the document..- Returns:
- jobTitle
-
setJobTitle
public void setJobTitle(String jobTitle)
setJobTitle.
-
date
public DocumentData date(String date)
date.- Returns:
- DocumentData
-
getDate
public String getDate()
A custom date for the contract. This field is created in the UI editor for a Clickwrap document. Only required if present in the document..- Returns:
- date
-
setDate
public void setDate(String date)
setDate.
-
equals
public boolean equals(Object o)
Compares objects.
-
-