Uses of Enum Class
uz.khurozov.jokeapi.constant.Type
Packages that use Type
-
Uses of Type in uz.khurozov.jokeapi.constant
Methods in uz.khurozov.jokeapi.constant that return Type -
Uses of Type in uz.khurozov.jokeapi.dto
Methods in uz.khurozov.jokeapi.dto that return TypeModifier and TypeMethodDescriptionJokeBase.getType()JokeFilter.type()Returns the value of thetyperecord component.Methods in uz.khurozov.jokeapi.dto with parameters of type TypeModifier and TypeMethodDescriptionvoidConstructors in uz.khurozov.jokeapi.dto with parameters of type TypeModifierConstructorDescriptionJoke(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.