Class PlaybackQueue

    • Method Detail

      • getQueue

        public List<Track> getQueue()
        Get the list of objects that make up the user's queue.
        Returns:
        The tracks that are in the user's queue for the upcoming playback.
      • builder

        public IModelObject.Builder builder()
        Description copied from interface: IModelObject
        Create a builder for building an instance of a model object.
        The type of the builder and its methods depend on its corresponding implementation.
        Returns:
        A builder object.