Class OrganizationTheme

  • All Implemented Interfaces:
    Filterable

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

      • OrganizationTheme

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

      • getOrganizationName

        public String getOrganizationName()
      • getOrganizationUuid

        public String getOrganizationUuid()
      • getThemeColors

        @Nullable
        public ThemeColors getThemeColors()
      • getLogo

        @Nullable
        public URL getLogo()