Uses of Enum Class
uz.khurozov.jokeapi.constant.Lang
Packages that use Lang
-
Uses of Lang in uz.khurozov.jokeapi.constant
Methods in uz.khurozov.jokeapi.constant that return Lang -
Uses of Lang in uz.khurozov.jokeapi.dto
Methods in uz.khurozov.jokeapi.dto that return LangModifier and TypeMethodDescriptionJokeBase.getLang()JokeFilter.lang()Returns the value of thelangrecord component.Methods in uz.khurozov.jokeapi.dto with parameters of type LangModifier and TypeMethodDescriptionvoidConstructors in uz.khurozov.jokeapi.dto with parameters of type LangModifierConstructorDescriptionJoke(Category category, Type type, String joke, String setup, String delivery, Flags flags, Lang lang, Integer id, Boolean safe) JokeBase(Category category, Type type, String joke, String setup, String delivery, Flags flags, Lang lang) JokeFilter(Set<Category> categories, Set<Flag> blacklistFlags, Lang lang, String idRange, String contains, Type type) Creates an instance of aJokeFilterrecord class.