Uses of Enum Class
uz.khurozov.jokeapi.constant.Category
Packages that use Category
-
Uses of Category in uz.khurozov.jokeapi.constant
Methods in uz.khurozov.jokeapi.constant that return Category -
Uses of Category in uz.khurozov.jokeapi.dto
Methods in uz.khurozov.jokeapi.dto that return CategoryMethods in uz.khurozov.jokeapi.dto that return types with arguments of type CategoryModifier and TypeMethodDescriptionJokeFilter.categories()Returns the value of thecategoriesrecord component.Methods in uz.khurozov.jokeapi.dto with parameters of type CategoryMethod parameters in uz.khurozov.jokeapi.dto with type arguments of type CategoryConstructors in uz.khurozov.jokeapi.dto with parameters of type CategoryModifierConstructorDescriptionJoke(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) Constructor parameters in uz.khurozov.jokeapi.dto with type arguments of type Category