Class FeaturedPlaylists.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      Modifier and Type Method Description
      FeaturedPlaylists build()
      Build a model object with the information set in the builder object.
      FeaturedPlaylists.Builder setMessage​(java.lang.String message)
      Set the message, which normally would be displayed on the front page of the "browse" tab.
      FeaturedPlaylists.Builder setPlaylists​(Paging<PlaylistSimplified> playlists)
      Set a page of playlists contained in the featured playlists object to be built.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setMessage

        public FeaturedPlaylists.Builder setMessage​(java.lang.String message)
        Set the message, which normally would be displayed on the front page of the "browse" tab.
        Parameters:
        message - Message to be set.
        Returns:
        A FeaturedPlaylists.Builder.
      • build

        public FeaturedPlaylists build()
        Description copied from interface: IModelObject.Builder
        Build a model object with the information set in the builder object.
        The type of the model object and its methods depend on its corresponding implementation.
        Returns:
        A model object.