Uses of Class
be.ceau.itunesapi.request.search.Attribute
-
Packages that use Attribute Package Description be.ceau.itunesapi Package containing the base class for each API.be.ceau.itunesapi.request.search Objects and enumerations used in requests of the Search API. -
-
Uses of Attribute in be.ceau.itunesapi
Methods in be.ceau.itunesapi that return Attribute Modifier and Type Method Description AttributeSearch. getAttribute()Methods in be.ceau.itunesapi with parameters of type Attribute Modifier and Type Method Description SearchSearch. setAttribute(Attribute attribute) -
Uses of Attribute in be.ceau.itunesapi.request.search
Methods in be.ceau.itunesapi.request.search that return Attribute Modifier and Type Method Description static AttributeAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static Attribute[]Attribute. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in be.ceau.itunesapi.request.search that return types with arguments of type Attribute Modifier and Type Method Description Set<Attribute>Media. getAttributes()
-