Uses of Enum
org.eu.zajc.akiwrapper.Akiwrapper.Language
Packages that use Akiwrapper.Language
Package
Description
-
Uses of Akiwrapper.Language in org.eu.zajc.akiwrapper
Fields in org.eu.zajc.akiwrapper declared as Akiwrapper.LanguageModifier and TypeFieldDescriptionstatic final Akiwrapper.LanguageAkiwrapperBuilder.DEFAULT_LANGUAGEThe defaultAkiwrapper.Languagefor newAkiwrapperinstances.Methods in org.eu.zajc.akiwrapper that return Akiwrapper.LanguageModifier and TypeMethodDescriptionAkiwrapper.getLanguage()Returns theAkiwrapper.Languageused.AkiwrapperBuilder.getLanguage()Note: while allAkiwrapper.Languages supportAkiwrapper.Theme.CHARACTER, but other themes might not be supported.static Akiwrapper.LanguageReturns the enum constant of this type with the specified name.static Akiwrapper.Language[]Akiwrapper.Language.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eu.zajc.akiwrapper with parameters of type Akiwrapper.LanguageModifier and TypeMethodDescriptionAkiwrapperBuilder.setLanguage(Akiwrapper.Language language) Note: while allAkiwrapper.Languages supportAkiwrapper.Theme.CHARACTER, but other themes might not be supported. -
Uses of Akiwrapper.Language in org.eu.zajc.akiwrapper.core.entities.impl
Methods in org.eu.zajc.akiwrapper.core.entities.impl that return Akiwrapper.LanguageConstructors in org.eu.zajc.akiwrapper.core.entities.impl with parameters of type Akiwrapper.LanguageModifierConstructorDescriptionAkiwrapperImpl(kong.unirest.UnirestInstance unirest, Akiwrapper.Language language, Akiwrapper.Theme theme, boolean filterProfanity) -
Uses of Akiwrapper.Language in org.eu.zajc.akiwrapper.core.exceptions
Methods in org.eu.zajc.akiwrapper.core.exceptions that return Akiwrapper.LanguageConstructors in org.eu.zajc.akiwrapper.core.exceptions with parameters of type Akiwrapper.LanguageModifierConstructorDescriptionLanguageThemeCombinationException(Akiwrapper.Language language, Akiwrapper.Theme theme)