Class PlaylistTracksInformation
java.lang.Object
se.michaelthelin.spotify.model_objects.AbstractModelObject
se.michaelthelin.spotify.model_objects.miscellaneous.PlaylistTracksInformation
- All Implemented Interfaces:
Serializable, IModelObject, IHasTotal
Retrieve information about Playlist Track Information objects by building instances from this class.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder class for buildingPlaylistTracksInformationinstances.static final classJsonUtil class for buildingPlaylistTracksInformationinstances.Nested classes/interfaces inherited from interface IModelObject
IModelObject.IJsonUtil<T> -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a builder for building an instance of a model object.getHref()Get the Spotify Web API endpoint URL of the playlist tracks object.getTotal()Get the total amount of tracks in the playlist.toString()Returns a String representation of this model object in the style:
-
Method Details
-
getHref
Get the Spotify Web API endpoint URL of the playlist tracks object.- Returns:
- A Spotify API endpoint URL.
-
getTotal
-
toString
Description copied from class:AbstractModelObjectReturns a String representation of this model object in the style:ModelObject(attr1=value1, attr2=value2, ...)- Specified by:
toStringin classAbstractModelObject
-
builder
Description copied from interface:IModelObjectCreate a builder for building an instance of a model object.
The type of the builder and its methods depend on its corresponding implementation.- Specified by:
builderin interfaceIModelObject- Returns:
- A builder object.
-