IRequestpublic class SkipUsersPlaybackToPreviousTrackRequest extends AbstractDataRequest
Note: This will ALWAYS skip to the previous track, regardless of the current track’s progress.
Returning to the start of the current track should be performed using a
SeekToPositionInCurrentlyPlayingTrackRequest.
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SkipUsersPlaybackToPreviousTrackRequest.Builder |
Builder class for building a
SkipUsersPlaybackToPreviousTrackRequest. |
| Modifier and Type | Method | Description |
|---|---|---|
String |
execute() |
Skip to the previous track in the user’s queue.
|
bodyParametersToJson, deleteJson, executeAsync, getBody, getBodyParameters, getContentType, getHeaders, getHttpManager, getJson, getUri, initializeBody, postJson, putJsonpublic String execute() throws IOException, SpotifyWebApiException
IOException - In case of networking issues.SpotifyWebApiException - The Web API returned an error further specified in this exception's root cause.Copyright © 2019. All rights reserved.