Uses of Class
be.ceau.itunesapi.request.feedgenerator.MediaType
-
Packages that use MediaType Package Description be.ceau.itunesapi Package containing the base class for each API.be.ceau.itunesapi.request.feedgenerator Objects and enumerations used in requests of the Feed Generator API. -
-
Uses of MediaType in be.ceau.itunesapi
Methods in be.ceau.itunesapi that return MediaType Modifier and Type Method Description MediaTypeFeedGenerator. getMediaType()Methods in be.ceau.itunesapi with parameters of type MediaType Modifier and Type Method Description FeedGeneratorFeedGenerator. setMediaType(MediaType mediaType)Default value isAPPLE_MUSIC
SettingMediaTypealso changes theFeedTypeto be compatible with the givenMediaType -
Uses of MediaType in be.ceau.itunesapi.request.feedgenerator
Methods in be.ceau.itunesapi.request.feedgenerator that return MediaType Modifier and Type Method Description static MediaTypeMediaType. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaType[]MediaType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-