Uses of Class
be.ceau.itunesapi.request.lookup.Sort
-
Packages that use Sort Package Description be.ceau.itunesapi Package containing the base class for each API.be.ceau.itunesapi.request.lookup Objects and enumerations used in requests of the Lookup API. -
-
Uses of Sort in be.ceau.itunesapi
Methods in be.ceau.itunesapi that return Sort Modifier and Type Method Description SortLookup. getSort()Methods in be.ceau.itunesapi with parameters of type Sort Modifier and Type Method Description LookupLookup. setSort(Sort sort) -
Uses of Sort in be.ceau.itunesapi.request.lookup
Methods in be.ceau.itunesapi.request.lookup that return Sort Modifier and Type Method Description static SortSort. valueOf(String name)Returns the enum constant of this type with the specified name.static Sort[]Sort. values()Returns an array containing the constants of this enum type, in the order they are declared.
-