Class SkipUsersPlaybackToPreviousTrackRequest
java.lang.Object
de.sonallux.spotify.api.apis.player.SkipUsersPlaybackToPreviousTrackRequest
Skip To Previous request
Required OAuth scopes
user-modify-playback-state
Response
Command sent
-
Constructor Summary
ConstructorsConstructorDescriptionSkipUsersPlaybackToPreviousTrackRequest(ApiClient apiClient) Skip To Previous request -
Method Summary
-
Constructor Details
-
SkipUsersPlaybackToPreviousTrackRequest
Skip To Previous request- Parameters:
apiClient-The API client
-
-
Method Details
-
deviceId
- Parameters:
deviceId-The id of the device this command is targeting. If not supplied, the user's currently active device is the target.
- Returns:
- this request
-
build
Build the request into an executable api call- Returns:
- an executable api call
-