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.
|
be.ceau.itunesapi.request.search |
Objects and enumerations used in requests of the Search API.
|
Modifier and Type | Method and Description |
---|---|
Entity |
Search.getEntity() |
Entity |
Lookup.getEntity() |
Modifier and Type | Method and Description |
---|---|
Search |
Search.setEntity(Entity entity) |
Lookup |
Lookup.setEntity(Entity entity) |
Modifier and Type | Method and Description |
---|---|
static Entity |
Entity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Entity[] |
Entity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Entity> |
Media.getEntities() |
Copyright © 2018. All rights reserved.