| Package | com.yahoo.webapis.search |
| Class | public class ArtistSearchResult |
| Inheritance | ArtistSearchResult SearchResult |
| Property | Defined by | ||
|---|---|---|---|
| clickURL : String
The click url to the YahooMusicPage.
| ArtistSearchResult | ||
![]() | id : String
The ID.
| SearchResult | |
![]() | index : uint
The index of the SearchResult.
| SearchResult | |
![]() | name : 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
Construct a new ArtistSearchResult instance.
| ArtistSearchResult | ||
![]() |
toString():String
The label of the SearchResult.
| SearchResult | |
| clickURL | property |
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
| popularSongs | property |
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
| relatedArtists | property |
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
| thumbnail | property |
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
| url | property |
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
| ArtistSearchResult | () | constructor |
public function ArtistSearchResult()Construct a new ArtistSearchResult instance.