Uses of Class
be.ceau.itunesapi.FeedGenerator
-
Packages that use FeedGenerator Package Description be.ceau.itunesapi Package containing the base class for each API. -
-
Uses of FeedGenerator in be.ceau.itunesapi
Methods in be.ceau.itunesapi that return FeedGenerator Modifier and Type Method Description FeedGeneratorFeedGenerator. setAllowExplicit(boolean allowExplicit)Default value istrueFeedGeneratorFeedGenerator. setCountry(Country country)Default value isCountry.UNITED_STATESFeedGeneratorFeedGenerator. setFeedType(FeedType feedType)Default value isFeedType.NEW_MUSIC
The givenFeedTypemust be compatible with the currentMediaType.FeedGeneratorFeedGenerator. setFormat(FeedFormat format)Default value isFeedFormat.JSONFeedGeneratorFeedGenerator. setMediaType(MediaType mediaType)Default value isMediaType.APPLE_MUSIC
SettingMediaTypealso changes theFeedTypeto be compatible with the givenMediaTypeFeedGeneratorFeedGenerator. setResultsLimit(int resultsLimit)Default value is10
Note that Apple limits results to 200, even when more are requested
-