Uses of Class
com.xero.models.accounting.BrandingTheme
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of BrandingTheme in com.xero.models.accounting
Methods in com.xero.models.accounting that return BrandingTheme Modifier and Type Method Description BrandingThemeBrandingTheme. brandingThemeID(UUID brandingThemeID)BrandingThemeContact. getBrandingTheme()Get brandingThemeBrandingThemeBrandingTheme. logoUrl(String logoUrl)BrandingThemeBrandingTheme. name(String name)BrandingThemeBrandingTheme. sortOrder(Integer sortOrder)BrandingThemeBrandingTheme. type(BrandingTheme.TypeEnum type)Methods in com.xero.models.accounting that return types with arguments of type BrandingTheme Modifier and Type Method Description List<BrandingTheme>BrandingThemes. getBrandingThemes()Get brandingThemesMethods in com.xero.models.accounting with parameters of type BrandingTheme Modifier and Type Method Description BrandingThemesBrandingThemes. addBrandingThemesItem(BrandingTheme brandingThemesItem)ContactContact. brandingTheme(BrandingTheme brandingTheme)voidContact. setBrandingTheme(BrandingTheme brandingTheme)Method parameters in com.xero.models.accounting with type arguments of type BrandingTheme Modifier and Type Method Description BrandingThemesBrandingThemes. brandingThemes(List<BrandingTheme> brandingThemes)voidBrandingThemes. setBrandingThemes(List<BrandingTheme> brandingThemes)