Uses of Class
be.ceau.itunesapi.request.feedgenerator.FeedFormat
-
Packages that use FeedFormat 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 FeedFormat in be.ceau.itunesapi
Methods in be.ceau.itunesapi that return FeedFormat Modifier and Type Method Description FeedFormatFeedGenerator. getFormat()Methods in be.ceau.itunesapi with parameters of type FeedFormat Modifier and Type Method Description FeedGeneratorFeedGenerator. setFormat(FeedFormat format)Default value isJSON -
Uses of FeedFormat in be.ceau.itunesapi.request.feedgenerator
Methods in be.ceau.itunesapi.request.feedgenerator that return FeedFormat Modifier and Type Method Description static FeedFormatFeedFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static FeedFormat[]FeedFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-