Uses of Class
com.xero.models.accounting.BrandingTheme
-
Packages that use 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)Xero identifierBrandingThemeContact. getBrandingTheme()Get brandingThemeBrandingThemeBrandingTheme. logoUrl(String logoUrl)The location of the image file used as the logo on this branding themeBrandingThemeBrandingTheme. name(String name)Name of branding themeBrandingThemeBrandingTheme. sortOrder(Integer sortOrder)Integer – ranked order of branding theme.BrandingThemeBrandingTheme. type(BrandingTheme.TypeEnum type)Always INVOICEMethods 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)brandingThemesContactContact. brandingTheme(BrandingTheme brandingTheme)brandingThemevoidContact. setBrandingTheme(BrandingTheme brandingTheme)brandingThemeMethod parameters in com.xero.models.accounting with type arguments of type BrandingTheme Modifier and Type Method Description BrandingThemesBrandingThemes. brandingThemes(List<BrandingTheme> brandingThemes)brandingThemesvoidBrandingThemes. setBrandingThemes(List<BrandingTheme> brandingThemes)brandingThemes
-