public class BoxSignTemplateCustomBranding extends Object
| Constructor and Description |
|---|
BoxSignTemplateCustomBranding(String brandingColor,
String companyName,
String emailFooterText,
String logoUri)
Constructs a BoxSignTemplateCustomBranding object with the provided information.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBrandingColor()
Gets the branding color.
|
String |
getCompanyName()
Gets the company name.
|
String |
getEmailFooterText()
Gets the email footer text.
|
String |
getLogoUri()
Gets the logo URI.
|
public BoxSignTemplateCustomBranding(String brandingColor, String companyName, String emailFooterText, String logoUri)
brandingColor - the branding color.companyName - the company name.emailFooterText - the email footer text.logoUri - the logo URI.public String getBrandingColor()
public String getCompanyName()
public String getEmailFooterText()
public String getLogoUri()