Class PlaybackQueue.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setQueue

        public PlaybackQueue.Builder setQueue​(List<Track> queue)
        The tracks that are in the user's queue for the upcoming playback setter.
        Parameters:
        queue - The tracks that are in the user's queue for the upcoming playback.
        Returns:
        A PlaybackQueue.Builder.
      • build

        public PlaybackQueue 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.