Package com.xero.models.accounting
Class BrandingTheme
java.lang.Object
com.xero.models.accounting.BrandingTheme
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbrandingThemeID(UUID brandingThemeID) Xero identifierbooleanXero identifierUTC timestamp of creation date of branding themeorg.threeten.bp.OffsetDateTimeUTC timestamp of creation date of branding themeThe location of the image file used as the logo on this branding themegetName()Name of branding themeInteger – ranked order of branding theme.getType()Always INVOICEinthashCode()The location of the image file used as the logo on this branding themeName of branding themevoidsetBrandingThemeID(UUID brandingThemeID) Xero identifiervoidsetLogoUrl(String logoUrl) The location of the image file used as the logo on this branding themevoidName of branding themevoidsetSortOrder(Integer sortOrder) Integer – ranked order of branding theme.voidAlways INVOICEInteger – ranked order of branding theme.toString()type(BrandingTheme.TypeEnum type) Always INVOICE
-
Constructor Details
-
BrandingTheme
public BrandingTheme()
-
-
Method Details
-
brandingThemeID
Xero identifier- Parameters:
brandingThemeID- UUID- Returns:
- BrandingTheme
-
getBrandingThemeID
-
setBrandingThemeID
Xero identifier- Parameters:
brandingThemeID- UUID
-
name
Name of branding theme- Parameters:
name- String- Returns:
- BrandingTheme
-
getName
-
setName
-
logoUrl
The location of the image file used as the logo on this branding theme- Parameters:
logoUrl- String- Returns:
- BrandingTheme
-
getLogoUrl
The location of the image file used as the logo on this branding theme- Returns:
- logoUrl
-
setLogoUrl
The location of the image file used as the logo on this branding theme- Parameters:
logoUrl- String
-
type
Always INVOICE- Parameters:
type- TypeEnum- Returns:
- BrandingTheme
-
getType
-
setType
-
sortOrder
Integer – ranked order of branding theme. The default branding theme has a value of 0- Parameters:
sortOrder- Integer- Returns:
- BrandingTheme
-
getSortOrder
Integer – ranked order of branding theme. The default branding theme has a value of 0- Returns:
- sortOrder
-
setSortOrder
Integer – ranked order of branding theme. The default branding theme has a value of 0- Parameters:
sortOrder- Integer
-
getCreatedDateUTC
UTC timestamp of creation date of branding theme- Returns:
- createdDateUTC
-
getCreatedDateUTCAsDate
public org.threeten.bp.OffsetDateTime getCreatedDateUTCAsDate()UTC timestamp of creation date of branding theme- Returns:
- OffsetDateTime
-
equals
-
hashCode
-
toString
-