Uses of Class
com.xero.models.accounting.BrandingThemes
-
Packages that use BrandingThemes Package Description com.xero.api.client com.xero.models.accounting -
-
Uses of BrandingThemes in com.xero.api.client
Methods in com.xero.api.client that return BrandingThemes Modifier and Type Method Description BrandingThemesAccountingApi. getBrandingTheme(String accessToken, String xeroTenantId, UUID brandingThemeID)Retrieves a specific branding theme using a unique branding theme IdBrandingThemesAccountingApi. getBrandingThemes(String accessToken, String xeroTenantId)Retrieves all the branding themes -
Uses of BrandingThemes in com.xero.models.accounting
Methods in com.xero.models.accounting that return BrandingThemes Modifier and Type Method Description BrandingThemesBrandingThemes. addBrandingThemesItem(BrandingTheme brandingThemesItem)brandingThemesBrandingThemesBrandingThemes. brandingThemes(List<BrandingTheme> brandingThemes)brandingThemes
-