public class GroupBrands extends Object
Constructor and Description |
---|
GroupBrands() |
Modifier and Type | Method and Description |
---|---|
GroupBrands |
addBrandOptionsItem(Brand brandOptionsItem) |
GroupBrands |
brandOptions(List<Brand> brandOptions) |
boolean |
equals(Object o) |
List<Brand> |
getBrandOptions()
The list of brands.
|
String |
getRecipientBrandIdDefault()
The brand seen by envelope recipients when a brand is not explicitly set.
|
String |
getSenderBrandIdDefault()
The brand seen by envelope senders when a brand is not explicitly set.
|
int |
hashCode() |
GroupBrands |
recipientBrandIdDefault(String recipientBrandIdDefault) |
GroupBrands |
senderBrandIdDefault(String senderBrandIdDefault) |
void |
setBrandOptions(List<Brand> brandOptions) |
void |
setRecipientBrandIdDefault(String recipientBrandIdDefault) |
void |
setSenderBrandIdDefault(String senderBrandIdDefault) |
String |
toString() |
public GroupBrands recipientBrandIdDefault(String recipientBrandIdDefault)
public String getRecipientBrandIdDefault()
public void setRecipientBrandIdDefault(String recipientBrandIdDefault)
public GroupBrands senderBrandIdDefault(String senderBrandIdDefault)
public String getSenderBrandIdDefault()
public void setSenderBrandIdDefault(String senderBrandIdDefault)
public GroupBrands brandOptions(List<Brand> brandOptions)
public GroupBrands addBrandOptionsItem(Brand brandOptionsItem)
Copyright © 2021. All rights reserved.