Package se.michaelthelin.spotify.requests.data.player
package se.michaelthelin.spotify.requests.data.player
-
ClassDescriptionAdd a track or an episode to the end of the user's current playback queue.Builder class for building a
AddItemToUsersPlaybackQueueRequest
.Get tracks from the current user’s recently played tracks.Builder class for building aGetCurrentUsersRecentlyPlayedTracksRequest
.Get information about the user’s current playback state, including track, track progress, and active device.Builder class for building aGetInformationAboutUsersCurrentPlaybackRequest
.Get the list of objects that make up the user's queue.Builder class for building aGetTheUsersQueueRequest
.Get information about a user’s available devices.Builder class for building aGetUsersAvailableDevicesRequest
.Get the object currently being played on the user’s Spotify account.Builder class for building aGetUsersCurrentlyPlayingTrackRequest
.Pause playback on the user’s account.Builder class for building aPauseUsersPlaybackRequest
.Seeks to the given position in the user’s currently playing track.Builder class for building aSeekToPositionInCurrentlyPlayingTrackRequest
.Set the repeat mode for the user’s playback.Builder class for building aSetRepeatModeOnUsersPlaybackRequest
.Set the volume for the user’s current playback device.Builder class for building aSetVolumeForUsersPlaybackRequest
.Skips to next track in the user’s queue.Builder class for building aSkipUsersPlaybackToNextTrackRequest
.Skips to previous track in the user’s queue.Builder class for building aSkipUsersPlaybackToPreviousTrackRequest
.Start a new context or resume current playback on the user’s active device.Builder class for building aStartResumeUsersPlaybackRequest
.Toggle shuffle on or off for user’s playback.Builder class for building aToggleShuffleForUsersPlaybackRequest
.Transfer playback to a new device and determine if it should start playing.Builder class for building aTransferUsersPlaybackRequest
.