| Package | Description |
|---|---|
| be.ceau.itunesapi |
Package containing the base class for each API.
|
| be.ceau.itunesapi.request |
Objects and enumerations used in requests of more than one API.
|
| Modifier and Type | Method and Description |
|---|---|
Country |
Search.getCountry() |
Country |
FeedGenerator.getCountry() |
| Modifier and Type | Method and Description |
|---|---|
Search |
Search.setCountry(Country country) |
FeedGenerator |
FeedGenerator.setCountry(Country country)
Default value is
UNITED_STATES |
| Modifier and Type | Field and Description |
|---|---|
static Set<Country> |
Country.ALL |
| Modifier and Type | Method and Description |
|---|---|
static Country |
Country.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Country[] |
Country.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.