Package com.docusign.esign.model
Class DocumentHtmlDefinition
- java.lang.Object
-
- com.docusign.esign.model.DocumentHtmlDefinition
-
- All Implemented Interfaces:
Serializable
public class DocumentHtmlDefinition extends Object implements Serializable
Holds the properties that define how to generate the responsive-formatted HTML for the document. See [Responsive signing](/docs/esign-rest-api/esign101/concepts/responsive/) in the [eSignature concepts guide](/docs/esign-rest-api/esign101/concepts/)..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentHtmlDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentHtmlDefinitionaddDisplayAnchorsItem(DocumentHtmlDisplayAnchor displayAnchorsItem)addDisplayAnchorsItem.DocumentHtmlDefinitiondisplayAnchorPrefix(String displayAnchorPrefix)displayAnchorPrefix.DocumentHtmlDefinitiondisplayAnchors(List<DocumentHtmlDisplayAnchor> displayAnchors)displayAnchors.DocumentHtmlDefinitiondisplayOrder(String displayOrder)displayOrder.DocumentHtmlDefinitiondisplayPageNumber(String displayPageNumber)displayPageNumber.DocumentHtmlDefinitiondocumentGuid(String documentGuid)documentGuid.DocumentHtmlDefinitiondocumentId(String documentId)documentId.booleanequals(Object o)Compares objects.StringgetDisplayAnchorPrefix().List<DocumentHtmlDisplayAnchor>getDisplayAnchors().StringgetDisplayOrder().StringgetDisplayPageNumber().StringgetDocumentGuid().StringgetDocumentId()Specifies the document ID number that the tab is placed on.StringgetHeaderLabel().StringgetMaxScreenWidth().StringgetRemoveEmptyTags().StringgetShowMobileOptimizedToggle().StringgetSource().inthashCode()Returns the HashCode.DocumentHtmlDefinitionheaderLabel(String headerLabel)headerLabel.DocumentHtmlDefinitionmaxScreenWidth(String maxScreenWidth)maxScreenWidth.DocumentHtmlDefinitionremoveEmptyTags(String removeEmptyTags)removeEmptyTags.voidsetDisplayAnchorPrefix(String displayAnchorPrefix)setDisplayAnchorPrefix.voidsetDisplayAnchors(List<DocumentHtmlDisplayAnchor> displayAnchors)setDisplayAnchors.voidsetDisplayOrder(String displayOrder)setDisplayOrder.voidsetDisplayPageNumber(String displayPageNumber)setDisplayPageNumber.voidsetDocumentGuid(String documentGuid)setDocumentGuid.voidsetDocumentId(String documentId)setDocumentId.voidsetHeaderLabel(String headerLabel)setHeaderLabel.voidsetMaxScreenWidth(String maxScreenWidth)setMaxScreenWidth.voidsetRemoveEmptyTags(String removeEmptyTags)setRemoveEmptyTags.voidsetShowMobileOptimizedToggle(String showMobileOptimizedToggle)setShowMobileOptimizedToggle.voidsetSource(String source)setSource.DocumentHtmlDefinitionshowMobileOptimizedToggle(String showMobileOptimizedToggle)showMobileOptimizedToggle.DocumentHtmlDefinitionsource(String source)source.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
displayAnchorPrefix
public DocumentHtmlDefinition displayAnchorPrefix(String displayAnchorPrefix)
displayAnchorPrefix.- Returns:
- DocumentHtmlDefinition
-
getDisplayAnchorPrefix
public String getDisplayAnchorPrefix()
.- Returns:
- displayAnchorPrefix
-
setDisplayAnchorPrefix
public void setDisplayAnchorPrefix(String displayAnchorPrefix)
setDisplayAnchorPrefix.
-
displayAnchors
public DocumentHtmlDefinition displayAnchors(List<DocumentHtmlDisplayAnchor> displayAnchors)
displayAnchors.- Returns:
- DocumentHtmlDefinition
-
addDisplayAnchorsItem
public DocumentHtmlDefinition addDisplayAnchorsItem(DocumentHtmlDisplayAnchor displayAnchorsItem)
addDisplayAnchorsItem.- Returns:
- DocumentHtmlDefinition
-
getDisplayAnchors
public List<DocumentHtmlDisplayAnchor> getDisplayAnchors()
.- Returns:
- displayAnchors
-
setDisplayAnchors
public void setDisplayAnchors(List<DocumentHtmlDisplayAnchor> displayAnchors)
setDisplayAnchors.
-
displayOrder
public DocumentHtmlDefinition displayOrder(String displayOrder)
displayOrder.- Returns:
- DocumentHtmlDefinition
-
getDisplayOrder
public String getDisplayOrder()
.- Returns:
- displayOrder
-
setDisplayOrder
public void setDisplayOrder(String displayOrder)
setDisplayOrder.
-
displayPageNumber
public DocumentHtmlDefinition displayPageNumber(String displayPageNumber)
displayPageNumber.- Returns:
- DocumentHtmlDefinition
-
getDisplayPageNumber
public String getDisplayPageNumber()
.- Returns:
- displayPageNumber
-
setDisplayPageNumber
public void setDisplayPageNumber(String displayPageNumber)
setDisplayPageNumber.
-
documentGuid
public DocumentHtmlDefinition documentGuid(String documentGuid)
documentGuid.- Returns:
- DocumentHtmlDefinition
-
getDocumentGuid
public String getDocumentGuid()
.- Returns:
- documentGuid
-
setDocumentGuid
public void setDocumentGuid(String documentGuid)
setDocumentGuid.
-
documentId
public DocumentHtmlDefinition documentId(String documentId)
documentId.- Returns:
- DocumentHtmlDefinition
-
getDocumentId
public String getDocumentId()
Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute..- Returns:
- documentId
-
setDocumentId
public void setDocumentId(String documentId)
setDocumentId.
-
headerLabel
public DocumentHtmlDefinition headerLabel(String headerLabel)
headerLabel.- Returns:
- DocumentHtmlDefinition
-
getHeaderLabel
public String getHeaderLabel()
.- Returns:
- headerLabel
-
setHeaderLabel
public void setHeaderLabel(String headerLabel)
setHeaderLabel.
-
maxScreenWidth
public DocumentHtmlDefinition maxScreenWidth(String maxScreenWidth)
maxScreenWidth.- Returns:
- DocumentHtmlDefinition
-
getMaxScreenWidth
public String getMaxScreenWidth()
.- Returns:
- maxScreenWidth
-
setMaxScreenWidth
public void setMaxScreenWidth(String maxScreenWidth)
setMaxScreenWidth.
-
removeEmptyTags
public DocumentHtmlDefinition removeEmptyTags(String removeEmptyTags)
removeEmptyTags.- Returns:
- DocumentHtmlDefinition
-
getRemoveEmptyTags
public String getRemoveEmptyTags()
.- Returns:
- removeEmptyTags
-
setRemoveEmptyTags
public void setRemoveEmptyTags(String removeEmptyTags)
setRemoveEmptyTags.
-
showMobileOptimizedToggle
public DocumentHtmlDefinition showMobileOptimizedToggle(String showMobileOptimizedToggle)
showMobileOptimizedToggle.- Returns:
- DocumentHtmlDefinition
-
getShowMobileOptimizedToggle
public String getShowMobileOptimizedToggle()
.- Returns:
- showMobileOptimizedToggle
-
setShowMobileOptimizedToggle
public void setShowMobileOptimizedToggle(String showMobileOptimizedToggle)
setShowMobileOptimizedToggle.
-
source
public DocumentHtmlDefinition source(String source)
source.- Returns:
- DocumentHtmlDefinition
-
getSource
public String getSource()
.- Returns:
- source
-
setSource
public void setSource(String source)
setSource.
-
equals
public boolean equals(Object o)
Compares objects.
-
-