Uses of Class
net.beardbot.nhentai.api.params.Category
-
Packages that use Category Package Description net.beardbot.nhentai.api.params -
-
Uses of Category in net.beardbot.nhentai.api.params
Methods in net.beardbot.nhentai.api.params that return Category Modifier and Type Method Description static CategoryCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static Category[]Category. 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 Category Modifier and Type Method Description Query.QueryBuilderQuery.QueryBuilder. withCategory(Category category)Query.QueryBuilderQuery.QueryBuilder. withoutCategory(Category category)
-