Packagecom.yahoo.webapis.search
Classpublic class ArtistSearchResult
InheritanceArtistSearchResult Inheritance SearchResult

ArtistSearchResult is a Value Object for the Search API.



Public Properties
 PropertyDefined by
  clickURL : String
The click url to the YahooMusicPage.
ArtistSearchResult
 Inheritedid : String
The ID.
SearchResult
 Inheritedindex : uint
The index of the SearchResult.
SearchResult
 Inheritedname : String
The name of the SearchResult.
SearchResult
  popularSongs : Array
Contains a list of some popular songs by this artist.
ArtistSearchResult
  relatedArtists : Array
Contains a list of related artists that fans of the artist in this Result might like.
ArtistSearchResult
  thumbnail : Thumbnail
The thumbnail of the ArtistSearchResult.
ArtistSearchResult
  url : String
The url to the YahooMusicPage.
ArtistSearchResult
Public Methods
 MethodDefined by
  
Construct a new ArtistSearchResult instance.
ArtistSearchResult
 Inherited
toString():String
The label of the SearchResult.
SearchResult
Property detail
clickURLproperty
clickURL:String  [read-write]

The click url to the YahooMusicPage.

This property can be used as the source for data binding.

Implementation
    public function get clickURL():String
    public function set clickURL(value:String):void
popularSongsproperty 
popularSongs:Array  [read-write]

Contains a list of some popular songs by this artist.

This property can be used as the source for data binding.

Implementation
    public function get popularSongs():Array
    public function set popularSongs(value:Array):void
relatedArtistsproperty 
relatedArtists:Array  [read-write]

Contains a list of related artists that fans of the artist in this Result might like.

This property can be used as the source for data binding.

Implementation
    public function get relatedArtists():Array
    public function set relatedArtists(value:Array):void
thumbnailproperty 
thumbnail:Thumbnail  [read-write]

The thumbnail of the ArtistSearchResult.

This property can be used as the source for data binding.

Implementation
    public function get thumbnail():Thumbnail
    public function set thumbnail(value:Thumbnail):void
urlproperty 
url:String  [read-write]

The url to the YahooMusicPage.

This property can be used as the source for data binding.

Implementation
    public function get url():String
    public function set url(value:String):void
Constructor detail
ArtistSearchResult()constructor
public function ArtistSearchResult()

Construct a new ArtistSearchResult instance.