Package com.xero.models.accounting
Class BrandingTheme
java.lang.Object
com.xero.models.accounting.BrandingTheme
public class BrandingTheme extends Object
BrandingTheme
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBrandingTheme.TypeEnumAlways INVOICE -
Constructor Summary
Constructors Constructor Description BrandingTheme() -
Method Summary
Modifier and Type Method Description BrandingThemebrandingThemeID(UUID brandingThemeID)booleanequals(Object o)UUIDgetBrandingThemeID()Xero identifierStringgetCreatedDateUTC()UTC timestamp of creation date of branding themeorg.threeten.bp.OffsetDateTimegetCreatedDateUTCAsDate()StringgetLogoUrl()The location of the image file used as the logo on this branding themeStringgetName()Name of branding themeIntegergetSortOrder()Integer – ranked order of branding theme.BrandingTheme.TypeEnumgetType()Always INVOICEinthashCode()BrandingThemelogoUrl(String logoUrl)BrandingThemename(String name)voidsetBrandingThemeID(UUID brandingThemeID)voidsetLogoUrl(String logoUrl)voidsetName(String name)voidsetSortOrder(Integer sortOrder)voidsetType(BrandingTheme.TypeEnum type)BrandingThemesortOrder(Integer sortOrder)StringtoString()BrandingThemetype(BrandingTheme.TypeEnum type)
-
Constructor Details
-
BrandingTheme
public BrandingTheme()
-
-
Method Details
-
brandingThemeID
-
getBrandingThemeID
Xero identifier- Returns:
- brandingThemeID
-
setBrandingThemeID
-
name
-
getName
Name of branding theme- Returns:
- name
-
setName
-
logoUrl
-
getLogoUrl
The location of the image file used as the logo on this branding theme- Returns:
- logoUrl
-
setLogoUrl
-
type
-
getType
Always INVOICE- Returns:
- type
-
setType
-
sortOrder
-
getSortOrder
Integer – ranked order of branding theme. The default branding theme has a value of 0- Returns:
- sortOrder
-
setSortOrder
-
getCreatedDateUTC
UTC timestamp of creation date of branding theme- Returns:
- createdDateUTC
-
getCreatedDateUTCAsDate
public org.threeten.bp.OffsetDateTime getCreatedDateUTCAsDate() -
equals
-
hashCode
public int hashCode() -
toString
-