Class TrackInformation.TrackInformationBuilder
java.lang.Object
com.amilesend.discogs.model.database.type.TrackInformation.TrackInformationBuilder
- Enclosing class:
TrackInformation
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The track duration (e.g., "7:00").extraArtists(List<Artist> extraArtists) The list of extra artists associated with the track.The track listing position.The track title.toString()The track number.The track type.
-
Method Details
-
position
The track listing position.- Returns:
this.
-
duration
The track duration (e.g., "7:00").- Returns:
this.
-
track
The track number.- Returns:
this.
-
type
-
title
-
extraArtists
The list of extra artists associated with the track.- Returns:
this.
-
build
-
toString
-