@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-04-27T11:06:30.816-07:00") public class InitialHere extends Object
| Constructor and Description |
|---|
InitialHere() |
| Modifier and Type | Method and Description |
|---|---|
InitialHere |
anchorCaseSensitive(String anchorCaseSensitive)
When set to **true**, the anchor string does not consider case when matching strings in the document.
|
InitialHere |
anchorHorizontalAlignment(String anchorHorizontalAlignment)
Specifies the alignment of anchor tabs with anchor strings.
|
InitialHere |
anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
When set to **true**, this tab is ignored if anchorString is not found in the document.
|
InitialHere |
anchorMatchWholeWord(String anchorMatchWholeWord)
When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**.
|
InitialHere |
anchorString(String anchorString)
Anchor text information for a radio button.
|
InitialHere |
anchorUnits(String anchorUnits)
Specifies units of the X and Y offset.
|
InitialHere |
anchorXOffset(String anchorXOffset)
Specifies the X axis location of the tab, in achorUnits, relative to the anchorString.
|
InitialHere |
anchorYOffset(String anchorYOffset)
Specifies the Y axis location of the tab, in achorUnits, relative to the anchorString.
|
InitialHere |
conditionalParentLabel(String conditionalParentLabel)
For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility.
|
InitialHere |
conditionalParentValue(String conditionalParentValue)
For conditional fields, this is the value of the parent tab that controls the tab's visibility.\n\nIf the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active.\n
|
InitialHere |
customTabId(String customTabId)
The DocuSign generated custom tab ID for the custom tab to be applied.
|
InitialHere |
documentId(String documentId)
Specifies the document ID number that the tab is placed on.
|
boolean |
equals(Object o) |
InitialHere |
errorDetails(ErrorDetails errorDetails) |
String |
getAnchorCaseSensitive() |
String |
getAnchorHorizontalAlignment() |
String |
getAnchorIgnoreIfNotPresent() |
String |
getAnchorMatchWholeWord() |
String |
getAnchorString() |
String |
getAnchorUnits() |
String |
getAnchorXOffset() |
String |
getAnchorYOffset() |
String |
getConditionalParentLabel() |
String |
getConditionalParentValue() |
String |
getCustomTabId() |
String |
getDocumentId() |
ErrorDetails |
getErrorDetails() |
MergeField |
getMergeField() |
String |
getName() |
String |
getOptional() |
String |
getPageNumber() |
String |
getRecipientId() |
Object |
getScaleValue() |
String |
getStatus() |
String |
getTabId() |
String |
getTabLabel() |
String |
getTemplateLocked() |
String |
getTemplateRequired() |
String |
getXPosition() |
String |
getYPosition() |
int |
hashCode() |
InitialHere |
mergeField(MergeField mergeField) |
InitialHere |
name(String name)
Specifies the tool tip text for the tab.
|
InitialHere |
optional(String optional) |
InitialHere |
pageNumber(String pageNumber)
Specifies the page number on which the tab is located.
|
InitialHere |
recipientId(String recipientId)
Unique for the recipient.
|
InitialHere |
scaleValue(Object scaleValue)
Sets the size for the InitialHere tab.
|
void |
setAnchorCaseSensitive(String anchorCaseSensitive) |
void |
setAnchorHorizontalAlignment(String anchorHorizontalAlignment) |
void |
setAnchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent) |
void |
setAnchorMatchWholeWord(String anchorMatchWholeWord) |
void |
setAnchorString(String anchorString) |
void |
setAnchorUnits(String anchorUnits) |
void |
setAnchorXOffset(String anchorXOffset) |
void |
setAnchorYOffset(String anchorYOffset) |
void |
setConditionalParentLabel(String conditionalParentLabel) |
void |
setConditionalParentValue(String conditionalParentValue) |
void |
setCustomTabId(String customTabId) |
void |
setDocumentId(String documentId) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setMergeField(MergeField mergeField) |
void |
setName(String name) |
void |
setOptional(String optional) |
void |
setPageNumber(String pageNumber) |
void |
setRecipientId(String recipientId) |
void |
setScaleValue(Object scaleValue) |
void |
setStatus(String status) |
void |
setTabId(String tabId) |
void |
setTabLabel(String tabLabel) |
void |
setTemplateLocked(String templateLocked) |
void |
setTemplateRequired(String templateRequired) |
void |
setXPosition(String xPosition) |
void |
setYPosition(String yPosition) |
InitialHere |
status(String status)
Indicates the envelope status.
|
InitialHere |
tabId(String tabId)
The unique identifier for the tab.
|
InitialHere |
tabLabel(String tabLabel)
The label string associated with the tab.
|
InitialHere |
templateLocked(String templateLocked)
When set to **true**, the sender cannot change any attributes of the recipient.
|
InitialHere |
templateRequired(String templateRequired)
When set to **true**, the sender may not remove the recipient.
|
String |
toString() |
InitialHere |
xPosition(String xPosition)
This indicates the horizontal offset of the object on the page.
|
InitialHere |
yPosition(String yPosition)
This indicates the vertical offset of the object on the page.
|
public InitialHere name(String name)
public String getName()
public void setName(String name)
public InitialHere tabLabel(String tabLabel)
public String getTabLabel()
public void setTabLabel(String tabLabel)
public InitialHere scaleValue(Object scaleValue)
public Object getScaleValue()
public void setScaleValue(Object scaleValue)
public InitialHere optional(String optional)
public String getOptional()
public void setOptional(String optional)
public InitialHere documentId(String documentId)
public String getDocumentId()
public void setDocumentId(String documentId)
public InitialHere recipientId(String recipientId)
public String getRecipientId()
public void setRecipientId(String recipientId)
public InitialHere pageNumber(String pageNumber)
public String getPageNumber()
public void setPageNumber(String pageNumber)
public InitialHere xPosition(String xPosition)
public String getXPosition()
public void setXPosition(String xPosition)
public InitialHere yPosition(String yPosition)
public String getYPosition()
public void setYPosition(String yPosition)
public InitialHere anchorString(String anchorString)
public String getAnchorString()
public void setAnchorString(String anchorString)
public InitialHere anchorXOffset(String anchorXOffset)
public String getAnchorXOffset()
public void setAnchorXOffset(String anchorXOffset)
public InitialHere anchorYOffset(String anchorYOffset)
public String getAnchorYOffset()
public void setAnchorYOffset(String anchorYOffset)
public InitialHere anchorUnits(String anchorUnits)
public String getAnchorUnits()
public void setAnchorUnits(String anchorUnits)
public InitialHere anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
public String getAnchorIgnoreIfNotPresent()
public void setAnchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
public InitialHere anchorCaseSensitive(String anchorCaseSensitive)
public String getAnchorCaseSensitive()
public void setAnchorCaseSensitive(String anchorCaseSensitive)
public InitialHere anchorMatchWholeWord(String anchorMatchWholeWord)
public String getAnchorMatchWholeWord()
public void setAnchorMatchWholeWord(String anchorMatchWholeWord)
public InitialHere anchorHorizontalAlignment(String anchorHorizontalAlignment)
public String getAnchorHorizontalAlignment()
public void setAnchorHorizontalAlignment(String anchorHorizontalAlignment)
public InitialHere tabId(String tabId)
public String getTabId()
public void setTabId(String tabId)
public InitialHere templateLocked(String templateLocked)
public String getTemplateLocked()
public void setTemplateLocked(String templateLocked)
public InitialHere templateRequired(String templateRequired)
public String getTemplateRequired()
public void setTemplateRequired(String templateRequired)
public InitialHere conditionalParentLabel(String conditionalParentLabel)
public String getConditionalParentLabel()
public void setConditionalParentLabel(String conditionalParentLabel)
public InitialHere conditionalParentValue(String conditionalParentValue)
public String getConditionalParentValue()
public void setConditionalParentValue(String conditionalParentValue)
public InitialHere customTabId(String customTabId)
public String getCustomTabId()
public void setCustomTabId(String customTabId)
public InitialHere mergeField(MergeField mergeField)
public MergeField getMergeField()
public void setMergeField(MergeField mergeField)
public InitialHere status(String status)
public String getStatus()
public void setStatus(String status)
public InitialHere errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
Copyright © 2016. All rights reserved.