Uses of Class
net.beardbot.nhentai.api.Tag
-
Packages that use Tag Package Description net.beardbot.nhentai.api -
-
Uses of Tag in net.beardbot.nhentai.api
Methods in net.beardbot.nhentai.api that return types with arguments of type Tag Modifier and Type Method Description List<Tag>TagApi. getAllArtists()List<Tag>TagApi. getAllCharacters()List<Tag>TagApi. getAllGroups()List<Tag>TagApi. getAllParodies()List<Tag>TagApi. getAllTags()List<Tag>TagApi. getArtists(TagSearchParams params)List<Tag>TagApi. getCharacters(TagSearchParams params)List<Tag>TagApi. getGroups(TagSearchParams params)List<Tag>TagApi. getParodies(TagSearchParams params)List<Tag>TagApi. getTags(TagSearchParams params)Methods in net.beardbot.nhentai.api with parameters of type Tag Modifier and Type Method Description SearchResultGalleryApi. searchByTag(Tag tag)SearchResultGalleryApi. searchByTag(Tag tag, SearchParams searchParams)
-