Uses of Class
be.ceau.itunesapi.request.search.Lang
-
Packages that use Lang Package Description be.ceau.itunesapi Package containing the base class for each API.be.ceau.itunesapi.request.search Objects and enumerations used in requests of the Search API. -
-
Uses of Lang in be.ceau.itunesapi
Methods in be.ceau.itunesapi that return Lang Modifier and Type Method Description LangSearch. getLang()Methods in be.ceau.itunesapi with parameters of type Lang Modifier and Type Method Description SearchSearch. setLang(Lang lang) -
Uses of Lang in be.ceau.itunesapi.request.search
Methods in be.ceau.itunesapi.request.search that return Lang Modifier and Type Method Description static LangLang. valueOf(String name)Returns the enum constant of this type with the specified name.static Lang[]Lang. values()Returns an array containing the constants of this enum type, in the order they are declared.
-