Uses of Class
be.ceau.itunesapi.request.feedgenerator.FeedType
-
Packages that use FeedType 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 FeedType in be.ceau.itunesapi
Methods in be.ceau.itunesapi that return FeedType Modifier and Type Method Description FeedTypeFeedGenerator. getFeedType()Methods in be.ceau.itunesapi with parameters of type FeedType Modifier and Type Method Description FeedGeneratorFeedGenerator. setFeedType(FeedType feedType) -
Uses of FeedType in be.ceau.itunesapi.request.feedgenerator
Methods in be.ceau.itunesapi.request.feedgenerator that return FeedType Modifier and Type Method Description static FeedTypeFeedType. valueOf(String name)Returns the enum constant of this type with the specified name.static FeedType[]FeedType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in be.ceau.itunesapi.request.feedgenerator that return types with arguments of type FeedType Modifier and Type Method Description Set<FeedType>MediaType. getCompatibleFeedTypes()
-