Class BrandingTheme


  • public class BrandingTheme
    extends Object
    BrandingTheme
    • Constructor Detail

      • BrandingTheme

        public BrandingTheme()
    • Method Detail

      • brandingThemeID

        public BrandingTheme brandingThemeID​(UUID brandingThemeID)
        Xero identifier
        Parameters:
        brandingThemeID - UUID
        Returns:
        BrandingTheme
      • getBrandingThemeID

        public UUID getBrandingThemeID()
        Xero identifier
        Returns:
        brandingThemeID
      • setBrandingThemeID

        public void setBrandingThemeID​(UUID brandingThemeID)
        Xero identifier
        Parameters:
        brandingThemeID - UUID
      • name

        public BrandingTheme name​(String name)
        Name of branding theme
        Parameters:
        name - String
        Returns:
        BrandingTheme
      • getName

        public String getName()
        Name of branding theme
        Returns:
        name
      • setName

        public void setName​(String name)
        Name of branding theme
        Parameters:
        name - String
      • logoUrl

        public BrandingTheme logoUrl​(String logoUrl)
        The location of the image file used as the logo on this branding theme
        Parameters:
        logoUrl - String
        Returns:
        BrandingTheme
      • getLogoUrl

        public String getLogoUrl()
        The location of the image file used as the logo on this branding theme
        Returns:
        logoUrl
      • setLogoUrl

        public void setLogoUrl​(String logoUrl)
        The location of the image file used as the logo on this branding theme
        Parameters:
        logoUrl - String
      • sortOrder

        public BrandingTheme sortOrder​(Integer sortOrder)
        Integer – ranked order of branding theme. The default branding theme has a value of 0
        Parameters:
        sortOrder - Integer
        Returns:
        BrandingTheme
      • getSortOrder

        public Integer getSortOrder()
        Integer – ranked order of branding theme. The default branding theme has a value of 0
        Returns:
        sortOrder
      • setSortOrder

        public void setSortOrder​(Integer sortOrder)
        Integer – ranked order of branding theme. The default branding theme has a value of 0
        Parameters:
        sortOrder - Integer
      • getCreatedDateUTC

        public String 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object