Package com.docusign.esign.model
Class GroupBrands
- java.lang.Object
-
- com.docusign.esign.model.GroupBrands
-
public class GroupBrands extends Object
.
-
-
Constructor Summary
Constructors Constructor Description GroupBrands()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupBrandsaddBrandOptionsItem(Brand brandOptionsItem)addBrandOptionsItem.GroupBrandsbrandOptions(List<Brand> brandOptions)brandOptions.booleanequals(Object o)Compares objects.List<Brand>getBrandOptions()The list of brands..StringgetRecipientBrandIdDefault()The brand seen by envelope recipients when a brand is not explicitly set..StringgetSenderBrandIdDefault()The brand seen by envelope senders when a brand is not explicitly set..inthashCode()Returns the HashCode.GroupBrandsrecipientBrandIdDefault(String recipientBrandIdDefault)recipientBrandIdDefault.GroupBrandssenderBrandIdDefault(String senderBrandIdDefault)senderBrandIdDefault.voidsetBrandOptions(List<Brand> brandOptions)setBrandOptions.voidsetRecipientBrandIdDefault(String recipientBrandIdDefault)setRecipientBrandIdDefault.voidsetSenderBrandIdDefault(String senderBrandIdDefault)setSenderBrandIdDefault.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
recipientBrandIdDefault
public GroupBrands recipientBrandIdDefault(String recipientBrandIdDefault)
recipientBrandIdDefault.- Returns:
- GroupBrands
-
getRecipientBrandIdDefault
public String getRecipientBrandIdDefault()
The brand seen by envelope recipients when a brand is not explicitly set..- Returns:
- recipientBrandIdDefault
-
setRecipientBrandIdDefault
public void setRecipientBrandIdDefault(String recipientBrandIdDefault)
setRecipientBrandIdDefault.
-
senderBrandIdDefault
public GroupBrands senderBrandIdDefault(String senderBrandIdDefault)
senderBrandIdDefault.- Returns:
- GroupBrands
-
getSenderBrandIdDefault
public String getSenderBrandIdDefault()
The brand seen by envelope senders when a brand is not explicitly set..- Returns:
- senderBrandIdDefault
-
setSenderBrandIdDefault
public void setSenderBrandIdDefault(String senderBrandIdDefault)
setSenderBrandIdDefault.
-
brandOptions
public GroupBrands brandOptions(List<Brand> brandOptions)
brandOptions.- Returns:
- GroupBrands
-
addBrandOptionsItem
public GroupBrands addBrandOptionsItem(Brand brandOptionsItem)
addBrandOptionsItem.- Returns:
- GroupBrands
-
equals
public boolean equals(Object o)
Compares objects.
-
-