| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static BrandingTheme.TypeEnum |
BrandingTheme.TypeEnum.fromValue(String value) |
BrandingTheme.TypeEnum |
BrandingTheme.getType()
Always INVOICE
|
static BrandingTheme.TypeEnum |
BrandingTheme.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrandingTheme.TypeEnum[] |
BrandingTheme.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BrandingTheme.setType(BrandingTheme.TypeEnum type) |
BrandingTheme |
BrandingTheme.type(BrandingTheme.TypeEnum type) |
Copyright © 2020. All rights reserved.