Builder to construct an Indexable
for a music album.
For reference, see: //schema.org/MusicAlbum.
Public Method Summary
| MusicAlbumBuilder | |
| MusicAlbumBuilder |
setNumTracks(int numTracks)
Sets the number of tracks in this music album.
|
| MusicAlbumBuilder |
Inherited Method Summary
Public Methods
public MusicAlbumBuilder setByArtist (MusicGroupBuilder artist)
Sets the artist who performed this album.
Parameters
| artist | The artist who performed the album. |
|---|
public MusicAlbumBuilder setNumTracks (int numTracks)
Sets the number of tracks in this music album.
Parameters
| numTracks | The number of tracks in this music album. |
|---|
public MusicAlbumBuilder setTrack (MusicRecordingBuilder... tracks)
Sets the tracks in this music album.
Parameters
| tracks | The tracks in this music album. |
|---|