| 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.
|
| Modifier and Type | Method and Description |
|---|---|
MediaType |
FeedGenerator.getMediaType() |
| Modifier and Type | Method and Description |
|---|---|
FeedGenerator |
FeedGenerator.setMediaType(MediaType mediaType)
Default value is
APPLE_MUSIC Setting MediaType also changes the FeedType to be compatible
with the given MediaType |
| Modifier and Type | Method and Description |
|---|---|
static MediaType |
MediaType.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.
|
Copyright © 2017. All rights reserved.