Uses of Class
be.ceau.itunesapi.request.Country
-
Packages that use Country Package Description be.ceau.itunesapi Package containing the base class for each API.be.ceau.itunesapi.request Objects and enumerations used in requests of more than one API. -
-
Uses of Country in be.ceau.itunesapi
Methods in be.ceau.itunesapi that return Country Modifier and Type Method Description CountryFeedGenerator. getCountry()CountryLookup. getCountry()CountrySearch. getCountry()Methods in be.ceau.itunesapi with parameters of type Country Modifier and Type Method Description FeedGeneratorFeedGenerator. setCountry(Country country)Default value isUNITED_STATESLookupLookup. setCountry(Country country)SearchSearch. setCountry(Country country) -
Uses of Country in be.ceau.itunesapi.request
Fields in be.ceau.itunesapi.request with type parameters of type Country Modifier and Type Field Description static Set<Country>Country. ALLMethods in be.ceau.itunesapi.request that return Country Modifier and Type Method Description static CountryCountry. valueOf(String name)Returns the enum constant of this type with the specified name.static Country[]Country. values()Returns an array containing the constants of this enum type, in the order they are declared.
-