Package | Description |
---|---|
be.ceau.itunesapi |
Package containing the base class for each API.
|
Modifier and Type | Method and Description |
---|---|
FeedGenerator |
FeedGenerator.setAllowExplicit(boolean allowExplicit)
Default value is
true |
FeedGenerator |
FeedGenerator.setCountry(Country country)
Default value is
Country.UNITED_STATES |
FeedGenerator |
FeedGenerator.setFeedType(FeedType feedType)
Default value is
FeedType.NEW_MUSIC The given FeedType must be compatible with the current
MediaType . |
FeedGenerator |
FeedGenerator.setFormat(FeedFormat format)
Default value is
FeedFormat.JSON |
FeedGenerator |
FeedGenerator.setMediaType(MediaType mediaType)
Default value is
MediaType.APPLE_MUSIC Setting MediaType also changes the FeedType to be compatible
with the given MediaType |
FeedGenerator |
FeedGenerator.setResultsLimit(int resultsLimit)
Default value is
10 Note that Apple limits results to 200, even when more are requested |
Copyright © 2018. All rights reserved.