Uses of Class
net.beardbot.nhentai.api.params.Language
-
Packages that use Language Package Description net.beardbot.nhentai.api.params -
-
Uses of Language in net.beardbot.nhentai.api.params
Methods in net.beardbot.nhentai.api.params that return Language Modifier and Type Method Description static LanguageLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static Language[]Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.beardbot.nhentai.api.params with parameters of type Language Modifier and Type Method Description Query.QueryBuilderQuery.QueryBuilder. withLanguage(Language language)Query.QueryBuilderQuery.QueryBuilder. withoutLanguage(Language language)
-