Builder to construct an Indexable
for a music playlist.
For reference, see: //schema.org/MusicPlaylist.
Public Method Summary
MusicPlaylistBuilder |
setNumTracks(int numTracks)
Sets the number of tracks in this music playlist.
|
MusicPlaylistBuilder |
Inherited Method Summary
final Indexable |
build()
Finalize building the object.
|
T | |
<S extends IndexableBuilder<?>> T | |
T |
put(String key,
Indexable...
values)
Sets one or multiple
Indexable
values for a property, replacing its previous values.
|
T | |
T | |
T | |
final T | |
T | |
final T | |
final <S extends IndexableBuilder<?>> T |
setIsPartOf(S... collections)
Sets the sub-group or collection that this Indexable is part of.
|
final T | |
T | |
final T | |
final T | |
final T |
Public Methods
public MusicPlaylistBuilder setNumTracks (int numTracks)
Sets the number of tracks in this music playlist.
Parameters
numTracks | The number of tracks in this music playlist. |
---|
public MusicPlaylistBuilder setTrack (MusicRecordingBuilder... tracks)
Sets the tracks in this music playlist.
Parameters
tracks | The tracks in this music playlist. |
---|