Class BrandingTheme

java.lang.Object
com.xero.models.accounting.BrandingTheme

public class BrandingTheme
extends Object
BrandingTheme
  • Constructor Details

    • BrandingTheme

      public BrandingTheme()
  • Method Details

    • brandingThemeID

      public BrandingTheme brandingThemeID​(UUID brandingThemeID)
    • getBrandingThemeID

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

      public void setBrandingThemeID​(UUID brandingThemeID)
    • name

      public BrandingTheme name​(String name)
    • getName

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

      public void setName​(String name)
    • logoUrl

      public BrandingTheme logoUrl​(String logoUrl)
    • 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)
    • type

      public BrandingTheme type​(BrandingTheme.TypeEnum type)
    • getType

      public BrandingTheme.TypeEnum getType()
      Always INVOICE
      Returns:
      type
    • setType

      public void setType​(BrandingTheme.TypeEnum type)
    • sortOrder

      public BrandingTheme sortOrder​(Integer sortOrder)
    • 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)
    • getCreatedDateUTC

      public String getCreatedDateUTC()
      UTC timestamp of creation date of branding theme
      Returns:
      createdDateUTC
    • getCreatedDateUTCAsDate

      public org.threeten.bp.OffsetDateTime getCreatedDateUTCAsDate()
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object