Uses of Enum
org.eu.zajc.akiwrapper.Akiwrapper.Theme
Packages that use Akiwrapper.Theme
Package
Description
-
Uses of Akiwrapper.Theme in org.eu.zajc.akiwrapper
Fields in org.eu.zajc.akiwrapper declared as Akiwrapper.ThemeModifier and TypeFieldDescriptionstatic final Akiwrapper.ThemeAkiwrapperBuilder.DEFAULT_GUESS_TYPEDeprecated, for removal: This API element is subject to removal in a future version.static final Akiwrapper.ThemeAkiwrapperBuilder.DEFAULT_THEMEThe defaultAkiwrapper.Themefor newAkiwrapperinstances.Methods in org.eu.zajc.akiwrapper that return Akiwrapper.ThemeModifier and TypeMethodDescriptionAkiwrapperBuilder.getGuessType()Deprecated, for removal: This API element is subject to removal in a future version.UseAkiwrapperBuilder.getTheme()instead.Akiwrapper.getTheme()Returns theAkiwrapper.Themeused.AkiwrapperBuilder.getTheme()Note: while allAkiwrapper.Languages supportCHARACTER, but other themes might not be supported.static Akiwrapper.ThemeReturns the enum constant of this type with the specified name.static Akiwrapper.Theme[]Akiwrapper.Theme.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eu.zajc.akiwrapper that return types with arguments of type Akiwrapper.ThemeMethods in org.eu.zajc.akiwrapper with parameters of type Akiwrapper.ThemeModifier and TypeMethodDescriptionbooleanAkiwrapper.Language.isThemeSupported(Akiwrapper.Theme theme) Checks if thisAkiwrapper.Languagesupports a givenAkiwrapper.Theme.AkiwrapperBuilder.setGuessType(Akiwrapper.Theme theme) Deprecated, for removal: This API element is subject to removal in a future version.UseAkiwrapperBuilder.setTheme(Theme)insteadAkiwrapperBuilder.setTheme(Akiwrapper.Theme theme) Note: while allAkiwrapper.Languages supportCHARACTER, but other themes might not be supported. -
Uses of Akiwrapper.Theme in org.eu.zajc.akiwrapper.core.entities.impl
Methods in org.eu.zajc.akiwrapper.core.entities.impl that return Akiwrapper.ThemeConstructors in org.eu.zajc.akiwrapper.core.entities.impl with parameters of type Akiwrapper.ThemeModifierConstructorDescriptionAkiwrapperImpl(kong.unirest.UnirestInstance unirest, Akiwrapper.Language language, Akiwrapper.Theme theme, boolean filterProfanity) -
Uses of Akiwrapper.Theme in org.eu.zajc.akiwrapper.core.exceptions
Methods in org.eu.zajc.akiwrapper.core.exceptions that return Akiwrapper.ThemeConstructors in org.eu.zajc.akiwrapper.core.exceptions with parameters of type Akiwrapper.ThemeModifierConstructorDescriptionLanguageThemeCombinationException(Akiwrapper.Language language, Akiwrapper.Theme theme)
AkiwrapperBuilder.DEFAULT_THEMEinstead