Class OrganizationTheme

java.lang.Object
es.situm.sdk.model.Resource
es.situm.sdk.model.organization.OrganizationTheme
All Implemented Interfaces:
Filterable

public class OrganizationTheme extends Resource
The organization name, UUID, colors and logo
  • Constructor Details

    • OrganizationTheme

      public OrganizationTheme(String organizationName, String organizationUuid, ThemeColors themeColors, URL logoPath)
      Deprecated.
  • Method Details

    • getOrganizationName

      public String getOrganizationName()
    • getOrganizationUuid

      public String getOrganizationUuid()
    • getThemeColors

      @Nullable public ThemeColors getThemeColors()
    • getLogo

      @Nullable public URL getLogo()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Resource