MusicGroupBuilder

public final class MusicGroupBuilder extends IndexableBuilder<MusicGroupBuilder>

Builder to construct an Indexable for a music group.

For reference, see: //schema.org/MusicGroup.

Public Method Summary

MusicGroupBuilder
setAlbum(MusicAlbumBuilder... musicAlbums)
Sets the music albums performed by the music group.
MusicGroupBuilder
setGenre(String genre)
Sets the genre of the music group.
MusicGroupBuilder
setTrack(MusicRecordingBuilder... tracks)
Sets the music recordings performed by the music group.

Inherited Method Summary

Public Methods

public MusicGroupBuilder setAlbum (MusicAlbumBuilder... musicAlbums)

Sets the music albums performed by the music group.

Parameters
musicAlbums The music albums performed by the music group.

public MusicGroupBuilder setGenre (String genre)

Sets the genre of the music group.

Parameters
genre The genre of the music group.

public MusicGroupBuilder setTrack (MusicRecordingBuilder... tracks)

Sets the music recordings performed by the music group.

Parameters
tracks The tracks performed by the music group.