Uses of Class
be.ceau.itunesapi.request.search.Media
-
Packages that use Media 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 Media in be.ceau.itunesapi
Methods in be.ceau.itunesapi that return Media Modifier and Type Method Description MediaSearch. getMedia()Methods in be.ceau.itunesapi with parameters of type Media Modifier and Type Method Description SearchSearch. setMedia(Media media) -
Uses of Media in be.ceau.itunesapi.request.search
Methods in be.ceau.itunesapi.request.search that return Media Modifier and Type Method Description static MediaMedia. valueOf(String name)Returns the enum constant of this type with the specified name.static Media[]Media. values()Returns an array containing the constants of this enum type, in the order they are declared.
-