Class PlaylistTracksInformation.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      Modifier and Type Method Description
      PlaylistTracksInformation build()
      Build a model object with the information set in the builder object.
      PlaylistTracksInformation.Builder setHref​(java.lang.String href)
      Set href of Spotify Web API endpoint of the playlist tracks information object to be built.
      PlaylistTracksInformation.Builder setTotal​(java.lang.Integer total)
      Set the total amount of tracks in the playlist.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait