| Package | com.yahoo.webapis.search |
| Class | public class AlbumSearchResult |
| Inheritance | AlbumSearchResult SearchResult |
| Property | Defined by | ||
|---|---|---|---|
| artist : Artist
The artist of the Album.
| AlbumSearchResult | ||
![]() | id : String
The ID.
| SearchResult | |
![]() | index : uint
The index of the SearchResult.
| SearchResult | |
![]() | name : String
The name of the SearchResult.
| SearchResult | |
| publisher : String
The publisher of the content.
| AlbumSearchResult | ||
| relatedAlbums : Array
Contains a list of related albums that fans of the album might like.
| AlbumSearchResult | ||
| releaseDate : String
The release date of the Album.
| AlbumSearchResult | ||
| thumbnail : Thumbnail
The thumbnail.
| AlbumSearchResult | ||
| Method | Defined by | ||
|---|---|---|---|
|
Construct a new AlbumSearchResult instance.
| AlbumSearchResult | ||
![]() |
toString():String
The label of the SearchResult.
| SearchResult | |
| artist | property |
artist:Artist [read-write]The artist of the Album.
This property can be used as the source for data binding.
Implementation public function get artist():Artist
public function set artist(value:Artist):void
| publisher | property |
publisher:String [read-write]The publisher of the content.
This property can be used as the source for data binding.
Implementation public function get publisher():String
public function set publisher(value:String):void
| relatedAlbums | property |
relatedAlbums:Array [read-write]Contains a list of related albums that fans of the album might like.
This property can be used as the source for data binding.
Implementation public function get relatedAlbums():Array
public function set relatedAlbums(value:Array):void
| releaseDate | property |
releaseDate:String [read-write]The release date of the Album.
This property can be used as the source for data binding.
Implementation public function get releaseDate():String
public function set releaseDate(value:String):void
| thumbnail | property |
thumbnail:Thumbnail [read-write]The thumbnail.
This property can be used as the source for data binding.
Implementation public function get thumbnail():Thumbnail
public function set thumbnail(value:Thumbnail):void
| AlbumSearchResult | () | constructor |
public function AlbumSearchResult()Construct a new AlbumSearchResult instance.