Uses of Class
be.ceau.itunesapi.request.Entity
-
Packages that use Entity 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. -
-
Uses of Entity in be.ceau.itunesapi
Methods in be.ceau.itunesapi that return Entity Modifier and Type Method Description EntityLookup. getEntity()EntitySearch. getEntity()Methods in be.ceau.itunesapi with parameters of type Entity Modifier and Type Method Description LookupLookup. setEntity(Entity entity)SearchSearch. setEntity(Entity entity) -
Uses of Entity in be.ceau.itunesapi.request
Methods in be.ceau.itunesapi.request that return Entity Modifier and Type Method Description static EntityEntity. 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. -
Uses of Entity in be.ceau.itunesapi.request.search
Methods in be.ceau.itunesapi.request.search that return types with arguments of type Entity Modifier and Type Method Description Set<Entity>Media. getEntities()
-