public class TemplateTabs extends Object
Constructor and Description |
---|
TemplateTabs() |
Modifier and Type | Method and Description |
---|---|
TemplateTabs |
addApproveTabsItem(Approve approveTabsItem) |
TemplateTabs |
addCheckboxTabsItem(Checkbox checkboxTabsItem) |
TemplateTabs |
addCommentThreadTabsItem(CommentThread commentThreadTabsItem) |
TemplateTabs |
addCompanyTabsItem(Company companyTabsItem) |
TemplateTabs |
addDateSignedTabsItem(DateSigned dateSignedTabsItem) |
TemplateTabs |
addDateTabsItem(Date dateTabsItem) |
TemplateTabs |
addDeclineTabsItem(Decline declineTabsItem) |
TemplateTabs |
addDrawTabsItem(Draw drawTabsItem) |
TemplateTabs |
addEmailAddressTabsItem(EmailAddress emailAddressTabsItem) |
TemplateTabs |
addEmailTabsItem(Email emailTabsItem) |
TemplateTabs |
addEnvelopeIdTabsItem(EnvelopeId envelopeIdTabsItem) |
TemplateTabs |
addFirstNameTabsItem(FirstName firstNameTabsItem) |
TemplateTabs |
addFormulaTabsItem(FormulaTab formulaTabsItem) |
TemplateTabs |
addFullNameTabsItem(FullName fullNameTabsItem) |
TemplateTabs |
addInitialHereTabsItem(InitialHere initialHereTabsItem) |
TemplateTabs |
addLastNameTabsItem(LastName lastNameTabsItem) |
TemplateTabs |
addListTabsItem(List listTabsItem) |
TemplateTabs |
addNotarizeTabsItem(Notarize notarizeTabsItem) |
TemplateTabs |
addNoteTabsItem(Note noteTabsItem) |
TemplateTabs |
addNumberTabsItem(Number numberTabsItem) |
TemplateTabs |
addPolyLineOverlayTabsItem(PolyLineOverlay polyLineOverlayTabsItem) |
TemplateTabs |
addRadioGroupTabsItem(RadioGroup radioGroupTabsItem) |
TemplateTabs |
addSignerAttachmentTabsItem(SignerAttachment signerAttachmentTabsItem) |
TemplateTabs |
addSignHereTabsItem(SignHere signHereTabsItem) |
TemplateTabs |
addSmartSectionTabsItem(SmartSection smartSectionTabsItem) |
TemplateTabs |
addSsnTabsItem(Ssn ssnTabsItem) |
TemplateTabs |
addTabGroupsItem(TabGroup tabGroupsItem) |
TemplateTabs |
addTextTabsItem(Text textTabsItem) |
TemplateTabs |
addTitleTabsItem(Title titleTabsItem) |
TemplateTabs |
addViewTabsItem(View viewTabsItem) |
TemplateTabs |
addZipTabsItem(Zip zipTabsItem) |
TemplateTabs |
approveTabs(List<Approve> approveTabs) |
TemplateTabs |
checkboxTabs(List<Checkbox> checkboxTabs) |
TemplateTabs |
commentThreadTabs(List<CommentThread> commentThreadTabs) |
TemplateTabs |
companyTabs(List<Company> companyTabs) |
TemplateTabs |
dateSignedTabs(List<DateSigned> dateSignedTabs) |
TemplateTabs |
dateTabs(List<Date> dateTabs) |
TemplateTabs |
declineTabs(List<Decline> declineTabs) |
TemplateTabs |
drawTabs(List<Draw> drawTabs) |
TemplateTabs |
emailAddressTabs(List<EmailAddress> emailAddressTabs) |
TemplateTabs |
emailTabs(List<Email> emailTabs) |
TemplateTabs |
envelopeIdTabs(List<EnvelopeId> envelopeIdTabs) |
boolean |
equals(Object o) |
TemplateTabs |
firstNameTabs(List<FirstName> firstNameTabs) |
TemplateTabs |
formulaTabs(List<FormulaTab> formulaTabs) |
TemplateTabs |
fullNameTabs(List<FullName> fullNameTabs) |
List<Approve> |
getApproveTabs()
Specifies a tag on the document where you want the recipient to approve documents in an envelope without placing a signature or initials on the document.
|
List<Checkbox> |
getCheckboxTabs()
Specifies a tag on the document in a location where the recipient can select an option.
|
List<CommentThread> |
getCommentThreadTabs() |
List<Company> |
getCompanyTabs()
Specifies a tag on the document where you want the recipient's company name to appear.
|
List<DateSigned> |
getDateSignedTabs()
Specifies a tab on the document where the date the document was signed will automatically appear.
|
List<Date> |
getDateTabs()
Specifies a tab on the document where you want the recipient to enter a date.
|
List<Decline> |
getDeclineTabs()
Specifies a tag on the document where you want to give the recipient the option of declining an envelope.
|
List<Draw> |
getDrawTabs() |
List<EmailAddress> |
getEmailAddressTabs()
Specifies a location on the document where you want where you want the recipient's email, as entered in the recipient information, to display.
|
List<Email> |
getEmailTabs()
Specifies a tag on the document where you want the recipient to enter an email.
|
List<EnvelopeId> |
getEnvelopeIdTabs()
Specifies a tag on the document where you want the envelope ID for to appear.
|
List<FirstName> |
getFirstNameTabs()
Specifies tag on a document where you want the recipient's first name to appear.
|
List<FormulaTab> |
getFormulaTabs()
Specifies a tag that is used to add a calculated field to a document.
|
List<FullName> |
getFullNameTabs()
Specifies a tag on the document where you want the recipient's name to appear.
|
List<InitialHere> |
getInitialHereTabs()
Specifies a tag location in the document at which a recipient will place their initials.
|
List<LastName> |
getLastNameTabs()
Specifies a tag on a document where you want the recipient's last name to appear.
|
List<List> |
getListTabs()
Specify this tag to give your recipient a list of options, presented as a drop-down list, from which they can select.
|
List<Notarize> |
getNotarizeTabs() |
List<Note> |
getNoteTabs()
Specifies a location on the document where you want to place additional information, in the form of a note, for a recipient.
|
List<Number> |
getNumberTabs()
Specifies a tag on the document where you want the recipient to enter a number.
|
List<PolyLineOverlay> |
getPolyLineOverlayTabs() |
List<RadioGroup> |
getRadioGroupTabs()
Specifies a tag on the document in a location where the recipient can select one option from a group of options using a radio button.
|
List<SignerAttachment> |
getSignerAttachmentTabs()
Specifies a tag on the document when you want the recipient to add supporting documents to an envelope.
|
List<SignHere> |
getSignHereTabs()
A complex type the contains information about the tag that specifies where the recipient places their signature in the document.
|
List<SmartSection> |
getSmartSectionTabs() |
List<Ssn> |
getSsnTabs()
Specifies a tag on the document where you want the recipient to enter a Social Security Number (SSN).
|
List<TabGroup> |
getTabGroups() |
List<Text> |
getTextTabs()
Specifies a that that is an adaptable field that allows the recipient to enter different text information.
|
List<Title> |
getTitleTabs()
Specifies a tag on the document where you want the recipient's title to appear.
|
List<View> |
getViewTabs() |
List<Zip> |
getZipTabs()
Specifies a tag on the document where you want the recipient to enter a ZIP code.
|
int |
hashCode() |
TemplateTabs |
initialHereTabs(List<InitialHere> initialHereTabs) |
TemplateTabs |
lastNameTabs(List<LastName> lastNameTabs) |
TemplateTabs |
listTabs(List<List> listTabs) |
TemplateTabs |
notarizeTabs(List<Notarize> notarizeTabs) |
TemplateTabs |
noteTabs(List<Note> noteTabs) |
TemplateTabs |
numberTabs(List<Number> numberTabs) |
TemplateTabs |
polyLineOverlayTabs(List<PolyLineOverlay> polyLineOverlayTabs) |
TemplateTabs |
radioGroupTabs(List<RadioGroup> radioGroupTabs) |
void |
setApproveTabs(List<Approve> approveTabs) |
void |
setCheckboxTabs(List<Checkbox> checkboxTabs) |
void |
setCommentThreadTabs(List<CommentThread> commentThreadTabs) |
void |
setCompanyTabs(List<Company> companyTabs) |
void |
setDateSignedTabs(List<DateSigned> dateSignedTabs) |
void |
setDateTabs(List<Date> dateTabs) |
void |
setDeclineTabs(List<Decline> declineTabs) |
void |
setDrawTabs(List<Draw> drawTabs) |
void |
setEmailAddressTabs(List<EmailAddress> emailAddressTabs) |
void |
setEmailTabs(List<Email> emailTabs) |
void |
setEnvelopeIdTabs(List<EnvelopeId> envelopeIdTabs) |
void |
setFirstNameTabs(List<FirstName> firstNameTabs) |
void |
setFormulaTabs(List<FormulaTab> formulaTabs) |
void |
setFullNameTabs(List<FullName> fullNameTabs) |
void |
setInitialHereTabs(List<InitialHere> initialHereTabs) |
void |
setLastNameTabs(List<LastName> lastNameTabs) |
void |
setListTabs(List<List> listTabs) |
void |
setNotarizeTabs(List<Notarize> notarizeTabs) |
void |
setNoteTabs(List<Note> noteTabs) |
void |
setNumberTabs(List<Number> numberTabs) |
void |
setPolyLineOverlayTabs(List<PolyLineOverlay> polyLineOverlayTabs) |
void |
setRadioGroupTabs(List<RadioGroup> radioGroupTabs) |
void |
setSignerAttachmentTabs(List<SignerAttachment> signerAttachmentTabs) |
void |
setSignHereTabs(List<SignHere> signHereTabs) |
void |
setSmartSectionTabs(List<SmartSection> smartSectionTabs) |
void |
setSsnTabs(List<Ssn> ssnTabs) |
void |
setTabGroups(List<TabGroup> tabGroups) |
void |
setTextTabs(List<Text> textTabs) |
void |
setTitleTabs(List<Title> titleTabs) |
void |
setViewTabs(List<View> viewTabs) |
void |
setZipTabs(List<Zip> zipTabs) |
TemplateTabs |
signerAttachmentTabs(List<SignerAttachment> signerAttachmentTabs) |
TemplateTabs |
signHereTabs(List<SignHere> signHereTabs) |
TemplateTabs |
smartSectionTabs(List<SmartSection> smartSectionTabs) |
TemplateTabs |
ssnTabs(List<Ssn> ssnTabs) |
TemplateTabs |
tabGroups(List<TabGroup> tabGroups) |
TemplateTabs |
textTabs(List<Text> textTabs) |
TemplateTabs |
titleTabs(List<Title> titleTabs) |
String |
toString() |
TemplateTabs |
viewTabs(List<View> viewTabs) |
TemplateTabs |
zipTabs(List<Zip> zipTabs) |
public TemplateTabs approveTabs(List<Approve> approveTabs)
public TemplateTabs addApproveTabsItem(Approve approveTabsItem)
public List<Approve> getApproveTabs()
public TemplateTabs checkboxTabs(List<Checkbox> checkboxTabs)
public TemplateTabs addCheckboxTabsItem(Checkbox checkboxTabsItem)
public List<Checkbox> getCheckboxTabs()
public TemplateTabs commentThreadTabs(List<CommentThread> commentThreadTabs)
public TemplateTabs addCommentThreadTabsItem(CommentThread commentThreadTabsItem)
public List<CommentThread> getCommentThreadTabs()
public void setCommentThreadTabs(List<CommentThread> commentThreadTabs)
public TemplateTabs companyTabs(List<Company> companyTabs)
public TemplateTabs addCompanyTabsItem(Company companyTabsItem)
public List<Company> getCompanyTabs()
public TemplateTabs dateSignedTabs(List<DateSigned> dateSignedTabs)
public TemplateTabs addDateSignedTabsItem(DateSigned dateSignedTabsItem)
public List<DateSigned> getDateSignedTabs()
public void setDateSignedTabs(List<DateSigned> dateSignedTabs)
public TemplateTabs dateTabs(List<Date> dateTabs)
public TemplateTabs addDateTabsItem(Date dateTabsItem)
public List<Date> getDateTabs()
public TemplateTabs declineTabs(List<Decline> declineTabs)
public TemplateTabs addDeclineTabsItem(Decline declineTabsItem)
public List<Decline> getDeclineTabs()
public TemplateTabs drawTabs(List<Draw> drawTabs)
public TemplateTabs addDrawTabsItem(Draw drawTabsItem)
public TemplateTabs emailAddressTabs(List<EmailAddress> emailAddressTabs)
public TemplateTabs addEmailAddressTabsItem(EmailAddress emailAddressTabsItem)
public List<EmailAddress> getEmailAddressTabs()
public void setEmailAddressTabs(List<EmailAddress> emailAddressTabs)
public TemplateTabs emailTabs(List<Email> emailTabs)
public TemplateTabs addEmailTabsItem(Email emailTabsItem)
public List<Email> getEmailTabs()
public TemplateTabs envelopeIdTabs(List<EnvelopeId> envelopeIdTabs)
public TemplateTabs addEnvelopeIdTabsItem(EnvelopeId envelopeIdTabsItem)
public List<EnvelopeId> getEnvelopeIdTabs()
public void setEnvelopeIdTabs(List<EnvelopeId> envelopeIdTabs)
public TemplateTabs firstNameTabs(List<FirstName> firstNameTabs)
public TemplateTabs addFirstNameTabsItem(FirstName firstNameTabsItem)
public List<FirstName> getFirstNameTabs()
public TemplateTabs formulaTabs(List<FormulaTab> formulaTabs)
public TemplateTabs addFormulaTabsItem(FormulaTab formulaTabsItem)
public List<FormulaTab> getFormulaTabs()
public void setFormulaTabs(List<FormulaTab> formulaTabs)
public TemplateTabs fullNameTabs(List<FullName> fullNameTabs)
public TemplateTabs addFullNameTabsItem(FullName fullNameTabsItem)
public List<FullName> getFullNameTabs()
public TemplateTabs initialHereTabs(List<InitialHere> initialHereTabs)
public TemplateTabs addInitialHereTabsItem(InitialHere initialHereTabsItem)
public List<InitialHere> getInitialHereTabs()
public void setInitialHereTabs(List<InitialHere> initialHereTabs)
public TemplateTabs lastNameTabs(List<LastName> lastNameTabs)
public TemplateTabs addLastNameTabsItem(LastName lastNameTabsItem)
public List<LastName> getLastNameTabs()
public TemplateTabs listTabs(List<List> listTabs)
public TemplateTabs addListTabsItem(List listTabsItem)
public List<List> getListTabs()
public TemplateTabs notarizeTabs(List<Notarize> notarizeTabs)
public TemplateTabs addNotarizeTabsItem(Notarize notarizeTabsItem)
public TemplateTabs noteTabs(List<Note> noteTabs)
public TemplateTabs addNoteTabsItem(Note noteTabsItem)
public List<Note> getNoteTabs()
public TemplateTabs numberTabs(List<Number> numberTabs)
public TemplateTabs addNumberTabsItem(Number numberTabsItem)
public List<Number> getNumberTabs()
public TemplateTabs polyLineOverlayTabs(List<PolyLineOverlay> polyLineOverlayTabs)
public TemplateTabs addPolyLineOverlayTabsItem(PolyLineOverlay polyLineOverlayTabsItem)
public List<PolyLineOverlay> getPolyLineOverlayTabs()
public void setPolyLineOverlayTabs(List<PolyLineOverlay> polyLineOverlayTabs)
public TemplateTabs radioGroupTabs(List<RadioGroup> radioGroupTabs)
public TemplateTabs addRadioGroupTabsItem(RadioGroup radioGroupTabsItem)
public List<RadioGroup> getRadioGroupTabs()
public void setRadioGroupTabs(List<RadioGroup> radioGroupTabs)
public TemplateTabs signerAttachmentTabs(List<SignerAttachment> signerAttachmentTabs)
public TemplateTabs addSignerAttachmentTabsItem(SignerAttachment signerAttachmentTabsItem)
public List<SignerAttachment> getSignerAttachmentTabs()
public void setSignerAttachmentTabs(List<SignerAttachment> signerAttachmentTabs)
public TemplateTabs signHereTabs(List<SignHere> signHereTabs)
public TemplateTabs addSignHereTabsItem(SignHere signHereTabsItem)
public List<SignHere> getSignHereTabs()
public TemplateTabs smartSectionTabs(List<SmartSection> smartSectionTabs)
public TemplateTabs addSmartSectionTabsItem(SmartSection smartSectionTabsItem)
public List<SmartSection> getSmartSectionTabs()
public void setSmartSectionTabs(List<SmartSection> smartSectionTabs)
public TemplateTabs ssnTabs(List<Ssn> ssnTabs)
public TemplateTabs addSsnTabsItem(Ssn ssnTabsItem)
public List<Ssn> getSsnTabs()
public TemplateTabs tabGroups(List<TabGroup> tabGroups)
public TemplateTabs addTabGroupsItem(TabGroup tabGroupsItem)
public TemplateTabs textTabs(List<Text> textTabs)
public TemplateTabs addTextTabsItem(Text textTabsItem)
public List<Text> getTextTabs()
public TemplateTabs titleTabs(List<Title> titleTabs)
public TemplateTabs addTitleTabsItem(Title titleTabsItem)
public List<Title> getTitleTabs()
public TemplateTabs viewTabs(List<View> viewTabs)
public TemplateTabs addViewTabsItem(View viewTabsItem)
public TemplateTabs zipTabs(List<Zip> zipTabs)
public TemplateTabs addZipTabsItem(Zip zipTabsItem)
public List<Zip> getZipTabs()
Copyright © 2020. All rights reserved.