public class SignTemplateCustomBrandingField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
SignTemplateCustomBrandingField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
brandingColor
Custom branding color in hex.
|
protected String |
companyName
Name of the company.
|
protected String |
emailFooterText
Content of the email footer.
|
protected String |
logoUri
Custom branding logo URI in the form of a base64 image.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
SignTemplateCustomBrandingField() |
protected |
SignTemplateCustomBrandingField(SignTemplateCustomBrandingField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBrandingColor() |
String |
getCompanyName() |
String |
getEmailFooterText() |
String |
getLogoUri() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String companyName
protected String brandingColor
protected String emailFooterText
public SignTemplateCustomBrandingField()
protected SignTemplateCustomBrandingField(SignTemplateCustomBrandingField.Builder builder)
public String getCompanyName()
public String getLogoUri()
public String getBrandingColor()
public String getEmailFooterText()