Uses of Class
com.docusign.esign.model.BrandLink
-
Packages that use BrandLink Package Description com.docusign.esign.model -
-
Uses of BrandLink in com.docusign.esign.model
Methods in com.docusign.esign.model that return BrandLink Modifier and Type Method Description BrandLinkBrandLink. linkText(String linkText)linkText.BrandLinkBrandLink. linkType(String linkType)linkType.BrandLinkBrandLink. showLink(String showLink)showLink.BrandLinkBrandLink. urlOrMailTo(String urlOrMailTo)urlOrMailTo.Methods in com.docusign.esign.model that return types with arguments of type BrandLink Modifier and Type Method Description List<BrandLink>Brand. getLinks().Methods in com.docusign.esign.model with parameters of type BrandLink Modifier and Type Method Description BrandBrand. addLinksItem(BrandLink linksItem)addLinksItem.Method parameters in com.docusign.esign.model with type arguments of type BrandLink Modifier and Type Method Description BrandBrand. links(List<BrandLink> links)links.voidBrand. setLinks(List<BrandLink> links)setLinks.
-