@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-07-18T18:11:15.675-07:00") public class Decline extends Object
| Constructor and Description |
|---|
Decline() |
| Modifier and Type | Method and Description |
|---|---|
Decline |
anchorCaseSensitive(String anchorCaseSensitive)
When set to **true**, the anchor string does not consider case when matching strings in the document.
|
Decline |
anchorHorizontalAlignment(String anchorHorizontalAlignment)
Specifies the alignment of anchor tabs with anchor strings.
|
Decline |
anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
When set to **true**, this tab is ignored if anchorString is not found in the document.
|
Decline |
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**.
|
Decline |
anchorString(String anchorString)
Anchor text information for a radio button.
|
Decline |
anchorUnits(String anchorUnits)
Specifies units of the X and Y offset.
|
Decline |
anchorXOffset(String anchorXOffset)
Specifies the X axis location of the tab, in achorUnits, relative to the anchorString.
|
Decline |
anchorYOffset(String anchorYOffset)
Specifies the Y axis location of the tab, in achorUnits, relative to the anchorString.
|
Decline |
bold(String bold)
When set to **true**, the information in the tab is bold.
|
Decline |
buttonText(String buttonText)
Specifies the decline text displayed in the tab.
|
Decline |
conditionalParentLabel(String conditionalParentLabel)
For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility.
|
Decline |
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
|
Decline |
customTabId(String customTabId)
The DocuSign generated custom tab ID for the custom tab to be applied.
|
Decline |
declineReason(String declineReason)
The reason the recipient declined the document.
|
Decline |
documentId(String documentId)
Specifies the document ID number that the tab is placed on.
|
boolean |
equals(Object o) |
Decline |
errorDetails(ErrorDetails errorDetails) |
Decline |
font(String font)
The font to be used for the tab value.
|
Decline |
fontColor(String fontColor)
The font color used for the information in the tab.\n\nPossible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White.
|
Decline |
fontSize(String fontSize)
The font size used for the information in the tab.\n\nPossible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72.
|
String |
getAnchorCaseSensitive() |
String |
getAnchorHorizontalAlignment() |
String |
getAnchorIgnoreIfNotPresent() |
String |
getAnchorMatchWholeWord() |
String |
getAnchorString() |
String |
getAnchorUnits() |
String |
getAnchorXOffset() |
String |
getAnchorYOffset() |
String |
getBold() |
String |
getButtonText() |
String |
getConditionalParentLabel() |
String |
getConditionalParentValue() |
String |
getCustomTabId() |
String |
getDeclineReason() |
String |
getDocumentId() |
ErrorDetails |
getErrorDetails() |
String |
getFont() |
String |
getFontColor() |
String |
getFontSize() |
Integer |
getHeight() |
String |
getItalic() |
MergeField |
getMergeField() |
String |
getPageNumber() |
String |
getRecipientId() |
String |
getStatus() |
String |
getTabId() |
String |
getTabLabel() |
String |
getTabOrder() |
String |
getTemplateLocked() |
String |
getTemplateRequired() |
String |
getUnderline() |
Integer |
getWidth() |
String |
getXPosition() |
String |
getYPosition() |
int |
hashCode() |
Decline |
height(Integer height)
Height of the tab in pixels.
|
Decline |
italic(String italic)
When set to **true**, the information in the tab is italic.
|
Decline |
mergeField(MergeField mergeField) |
Decline |
pageNumber(String pageNumber)
Specifies the page number on which the tab is located.
|
Decline |
recipientId(String recipientId)
Unique for the recipient.
|
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 |
setBold(String bold) |
void |
setButtonText(String buttonText) |
void |
setConditionalParentLabel(String conditionalParentLabel) |
void |
setConditionalParentValue(String conditionalParentValue) |
void |
setCustomTabId(String customTabId) |
void |
setDeclineReason(String declineReason) |
void |
setDocumentId(String documentId) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setFont(String font) |
void |
setFontColor(String fontColor) |
void |
setFontSize(String fontSize) |
void |
setHeight(Integer height) |
void |
setItalic(String italic) |
void |
setMergeField(MergeField mergeField) |
void |
setPageNumber(String pageNumber) |
void |
setRecipientId(String recipientId) |
void |
setStatus(String status) |
void |
setTabId(String tabId) |
void |
setTabLabel(String tabLabel) |
void |
setTabOrder(String tabOrder) |
void |
setTemplateLocked(String templateLocked) |
void |
setTemplateRequired(String templateRequired) |
void |
setUnderline(String underline) |
void |
setWidth(Integer width) |
void |
setXPosition(String xPosition) |
void |
setYPosition(String yPosition) |
Decline |
status(String status)
Indicates the envelope status.
|
Decline |
tabId(String tabId)
The unique identifier for the tab.
|
Decline |
tabLabel(String tabLabel)
The label string associated with the tab.
|
Decline |
tabOrder(String tabOrder) |
Decline |
templateLocked(String templateLocked)
When set to **true**, the sender cannot change any attributes of the recipient.
|
Decline |
templateRequired(String templateRequired)
When set to **true**, the sender may not remove the recipient.
|
String |
toString() |
Decline |
underline(String underline)
When set to **true**, the information in the tab is underlined.
|
Decline |
width(Integer width)
Width of the tab in pixels.
|
Decline |
xPosition(String xPosition)
This indicates the horizontal offset of the object on the page.
|
Decline |
yPosition(String yPosition)
This indicates the vertical offset of the object on the page.
|
public Decline buttonText(String buttonText)
public String getButtonText()
public void setButtonText(String buttonText)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public Decline declineReason(String declineReason)
public String getDeclineReason()
public void setDeclineReason(String declineReason)
public String getTabLabel()
public void setTabLabel(String tabLabel)
public Decline font(String font)
public String getFont()
public void setFont(String font)
public String getBold()
public void setBold(String bold)
public Decline italic(String italic)
public String getItalic()
public void setItalic(String italic)
public Decline underline(String underline)
public String getUnderline()
public void setUnderline(String underline)
public Decline fontColor(String fontColor)
public String getFontColor()
public void setFontColor(String fontColor)
public Decline fontSize(String fontSize)
public String getFontSize()
public void setFontSize(String fontSize)
public Decline documentId(String documentId)
public String getDocumentId()
public void setDocumentId(String documentId)
public Decline recipientId(String recipientId)
public String getRecipientId()
public void setRecipientId(String recipientId)
public Decline pageNumber(String pageNumber)
public String getPageNumber()
public void setPageNumber(String pageNumber)
public Decline xPosition(String xPosition)
public String getXPosition()
public void setXPosition(String xPosition)
public Decline yPosition(String yPosition)
public String getYPosition()
public void setYPosition(String yPosition)
public Decline anchorString(String anchorString)
public String getAnchorString()
public void setAnchorString(String anchorString)
public Decline anchorXOffset(String anchorXOffset)
public String getAnchorXOffset()
public void setAnchorXOffset(String anchorXOffset)
public Decline anchorYOffset(String anchorYOffset)
public String getAnchorYOffset()
public void setAnchorYOffset(String anchorYOffset)
public Decline anchorUnits(String anchorUnits)
public String getAnchorUnits()
public void setAnchorUnits(String anchorUnits)
public Decline anchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
public String getAnchorIgnoreIfNotPresent()
public void setAnchorIgnoreIfNotPresent(String anchorIgnoreIfNotPresent)
public Decline anchorCaseSensitive(String anchorCaseSensitive)
public String getAnchorCaseSensitive()
public void setAnchorCaseSensitive(String anchorCaseSensitive)
public Decline anchorMatchWholeWord(String anchorMatchWholeWord)
public String getAnchorMatchWholeWord()
public void setAnchorMatchWholeWord(String anchorMatchWholeWord)
public Decline anchorHorizontalAlignment(String anchorHorizontalAlignment)
public String getAnchorHorizontalAlignment()
public void setAnchorHorizontalAlignment(String anchorHorizontalAlignment)
public Decline tabId(String tabId)
public String getTabId()
public void setTabId(String tabId)
public Decline templateLocked(String templateLocked)
public String getTemplateLocked()
public void setTemplateLocked(String templateLocked)
public Decline templateRequired(String templateRequired)
public String getTemplateRequired()
public void setTemplateRequired(String templateRequired)
public Decline conditionalParentLabel(String conditionalParentLabel)
public String getConditionalParentLabel()
public void setConditionalParentLabel(String conditionalParentLabel)
public Decline conditionalParentValue(String conditionalParentValue)
public String getConditionalParentValue()
public void setConditionalParentValue(String conditionalParentValue)
public Decline customTabId(String customTabId)
public String getCustomTabId()
public void setCustomTabId(String customTabId)
public Decline mergeField(MergeField mergeField)
public MergeField getMergeField()
public void setMergeField(MergeField mergeField)
public Decline status(String status)
public String getStatus()
public void setStatus(String status)
public Decline errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getTabOrder()
public void setTabOrder(String tabOrder)
Copyright © 2016. All rights reserved.