Package com.docusign.esign.model
Class SmartSectionDisplaySettings
- java.lang.Object
-
- com.docusign.esign.model.SmartSectionDisplaySettings
-
public class SmartSectionDisplaySettings extends java.lang.ObjectSmartSectionDisplaySettings.
-
-
Constructor Summary
Constructors Constructor Description SmartSectionDisplaySettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SmartSectionDisplaySettingscellStyle(java.lang.String cellStyle)cellStyle.SmartSectionDisplaySettingscollapsibleSettings(SmartSectionCollapsibleDisplaySettings collapsibleSettings)collapsibleSettings.SmartSectionDisplaySettingsdisplay(java.lang.String display)display.SmartSectionDisplaySettingsdisplayLabel(java.lang.String displayLabel)displayLabel.SmartSectionDisplaySettingsdisplayOrder(java.lang.Integer displayOrder)displayOrder.SmartSectionDisplaySettingsdisplayPageNumber(java.lang.Integer displayPageNumber)displayPageNumber.booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetCellStyle().SmartSectionCollapsibleDisplaySettingsgetCollapsibleSettings()Get collapsibleSettings.java.lang.StringgetDisplay().java.lang.StringgetDisplayLabel().java.lang.IntegergetDisplayOrder().java.lang.IntegergetDisplayPageNumber().java.lang.StringgetInlineOuterStyle().java.lang.StringgetLabelWhenOpened().java.lang.StringgetPreLabel().java.lang.StringgetTableStyle().inthashCode()Returns the HashCode.SmartSectionDisplaySettingshideLabelWhenOpened(java.lang.Boolean hideLabelWhenOpened)hideLabelWhenOpened.SmartSectionDisplaySettingsinlineOuterStyle(java.lang.String inlineOuterStyle)inlineOuterStyle.java.lang.BooleanisHideLabelWhenOpened().java.lang.BooleanisScrollToTopWhenOpened().SmartSectionDisplaySettingslabelWhenOpened(java.lang.String labelWhenOpened)labelWhenOpened.SmartSectionDisplaySettingspreLabel(java.lang.String preLabel)preLabel.SmartSectionDisplaySettingsscrollToTopWhenOpened(java.lang.Boolean scrollToTopWhenOpened)scrollToTopWhenOpened.voidsetCellStyle(java.lang.String cellStyle)setCellStyle.voidsetCollapsibleSettings(SmartSectionCollapsibleDisplaySettings collapsibleSettings)setCollapsibleSettings.voidsetDisplay(java.lang.String display)setDisplay.voidsetDisplayLabel(java.lang.String displayLabel)setDisplayLabel.voidsetDisplayOrder(java.lang.Integer displayOrder)setDisplayOrder.voidsetDisplayPageNumber(java.lang.Integer displayPageNumber)setDisplayPageNumber.voidsetHideLabelWhenOpened(java.lang.Boolean hideLabelWhenOpened)setHideLabelWhenOpened.voidsetInlineOuterStyle(java.lang.String inlineOuterStyle)setInlineOuterStyle.voidsetLabelWhenOpened(java.lang.String labelWhenOpened)setLabelWhenOpened.voidsetPreLabel(java.lang.String preLabel)setPreLabel.voidsetScrollToTopWhenOpened(java.lang.Boolean scrollToTopWhenOpened)setScrollToTopWhenOpened.voidsetTableStyle(java.lang.String tableStyle)setTableStyle.SmartSectionDisplaySettingstableStyle(java.lang.String tableStyle)tableStyle.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
cellStyle
public SmartSectionDisplaySettings cellStyle(java.lang.String cellStyle)
cellStyle.- Returns:
- SmartSectionDisplaySettings
-
getCellStyle
public java.lang.String getCellStyle()
.- Returns:
- cellStyle
-
setCellStyle
public void setCellStyle(java.lang.String cellStyle)
setCellStyle.
-
collapsibleSettings
public SmartSectionDisplaySettings collapsibleSettings(SmartSectionCollapsibleDisplaySettings collapsibleSettings)
collapsibleSettings.- Returns:
- SmartSectionDisplaySettings
-
getCollapsibleSettings
public SmartSectionCollapsibleDisplaySettings getCollapsibleSettings()
Get collapsibleSettings.- Returns:
- collapsibleSettings
-
setCollapsibleSettings
public void setCollapsibleSettings(SmartSectionCollapsibleDisplaySettings collapsibleSettings)
setCollapsibleSettings.
-
display
public SmartSectionDisplaySettings display(java.lang.String display)
display.- Returns:
- SmartSectionDisplaySettings
-
getDisplay
public java.lang.String getDisplay()
.- Returns:
- display
-
setDisplay
public void setDisplay(java.lang.String display)
setDisplay.
-
displayLabel
public SmartSectionDisplaySettings displayLabel(java.lang.String displayLabel)
displayLabel.- Returns:
- SmartSectionDisplaySettings
-
getDisplayLabel
public java.lang.String getDisplayLabel()
.- Returns:
- displayLabel
-
setDisplayLabel
public void setDisplayLabel(java.lang.String displayLabel)
setDisplayLabel.
-
displayOrder
public SmartSectionDisplaySettings displayOrder(java.lang.Integer displayOrder)
displayOrder.- Returns:
- SmartSectionDisplaySettings
-
getDisplayOrder
public java.lang.Integer getDisplayOrder()
.- Returns:
- displayOrder
-
setDisplayOrder
public void setDisplayOrder(java.lang.Integer displayOrder)
setDisplayOrder.
-
displayPageNumber
public SmartSectionDisplaySettings displayPageNumber(java.lang.Integer displayPageNumber)
displayPageNumber.- Returns:
- SmartSectionDisplaySettings
-
getDisplayPageNumber
public java.lang.Integer getDisplayPageNumber()
.- Returns:
- displayPageNumber
-
setDisplayPageNumber
public void setDisplayPageNumber(java.lang.Integer displayPageNumber)
setDisplayPageNumber.
-
hideLabelWhenOpened
public SmartSectionDisplaySettings hideLabelWhenOpened(java.lang.Boolean hideLabelWhenOpened)
hideLabelWhenOpened.- Returns:
- SmartSectionDisplaySettings
-
isHideLabelWhenOpened
public java.lang.Boolean isHideLabelWhenOpened()
.- Returns:
- hideLabelWhenOpened
-
setHideLabelWhenOpened
public void setHideLabelWhenOpened(java.lang.Boolean hideLabelWhenOpened)
setHideLabelWhenOpened.
-
inlineOuterStyle
public SmartSectionDisplaySettings inlineOuterStyle(java.lang.String inlineOuterStyle)
inlineOuterStyle.- Returns:
- SmartSectionDisplaySettings
-
getInlineOuterStyle
public java.lang.String getInlineOuterStyle()
.- Returns:
- inlineOuterStyle
-
setInlineOuterStyle
public void setInlineOuterStyle(java.lang.String inlineOuterStyle)
setInlineOuterStyle.
-
labelWhenOpened
public SmartSectionDisplaySettings labelWhenOpened(java.lang.String labelWhenOpened)
labelWhenOpened.- Returns:
- SmartSectionDisplaySettings
-
getLabelWhenOpened
public java.lang.String getLabelWhenOpened()
.- Returns:
- labelWhenOpened
-
setLabelWhenOpened
public void setLabelWhenOpened(java.lang.String labelWhenOpened)
setLabelWhenOpened.
-
preLabel
public SmartSectionDisplaySettings preLabel(java.lang.String preLabel)
preLabel.- Returns:
- SmartSectionDisplaySettings
-
getPreLabel
public java.lang.String getPreLabel()
.- Returns:
- preLabel
-
setPreLabel
public void setPreLabel(java.lang.String preLabel)
setPreLabel.
-
scrollToTopWhenOpened
public SmartSectionDisplaySettings scrollToTopWhenOpened(java.lang.Boolean scrollToTopWhenOpened)
scrollToTopWhenOpened.- Returns:
- SmartSectionDisplaySettings
-
isScrollToTopWhenOpened
public java.lang.Boolean isScrollToTopWhenOpened()
.- Returns:
- scrollToTopWhenOpened
-
setScrollToTopWhenOpened
public void setScrollToTopWhenOpened(java.lang.Boolean scrollToTopWhenOpened)
setScrollToTopWhenOpened.
-
tableStyle
public SmartSectionDisplaySettings tableStyle(java.lang.String tableStyle)
tableStyle.- Returns:
- SmartSectionDisplaySettings
-
getTableStyle
public java.lang.String getTableStyle()
.- Returns:
- tableStyle
-
setTableStyle
public void setTableStyle(java.lang.String tableStyle)
setTableStyle.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-