Uses of Class
io.fabric8.openshift.api.model.operator.v1.Theme
-
Packages that use Theme Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of Theme in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return Theme Modifier and Type Method Description ThemeThemeBuilder. build()ThemeLogoFluent. buildFirstTheme()ThemeLogoFluent. buildLastTheme()ThemeLogoFluent. buildMatchingTheme(Predicate<ThemeBuilder> predicate)ThemeLogoFluent. buildTheme(int index)Methods in io.fabric8.openshift.api.model.operator.v1 that return types with arguments of type Theme Modifier and Type Method Description List<Theme>LogoFluent. buildThemes()List<Theme>Logo. getThemes()themes specifies the themes for the console UI logo. themes is a required field that allows a list of themes.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type Theme Modifier and Type Method Description LogoFluent.ThemesNested<A>LogoFluent. addNewThemeLike(Theme item)ALogoFluent. addToThemes(int index, Theme item)ALogoFluent. addToThemes(Theme... items)protected voidThemeFluent. copyInstance(Theme instance)ALogoFluent. removeFromThemes(Theme... items)LogoFluent.ThemesNested<A>LogoFluent. setNewThemeLike(int index, Theme item)ALogoFluent. setToThemes(int index, Theme item)ALogoFluent. withThemes(Theme... themes)Method parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type Theme Modifier and Type Method Description ALogoFluent. addAllToThemes(Collection<Theme> items)ALogoFluent. removeAllFromThemes(Collection<Theme> items)voidLogo. setThemes(List<Theme> themes)themes specifies the themes for the console UI logo. themes is a required field that allows a list of themes.ALogoFluent. withThemes(List<Theme> themes)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type Theme Constructor Description ThemeBuilder(Theme instance)ThemeBuilder(ThemeFluent<?> fluent, Theme instance)ThemeFluent(Theme instance)Constructor parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type Theme Constructor Description Logo(List<Theme> themes, String type)
-