| Package | Description |
|---|---|
| com.wrapper.spotify.model_objects.specification | |
| com.wrapper.spotify.requests.data.users_profile |
| Modifier and Type | Method | Description |
|---|---|---|
User |
User.Builder.build() |
|
User |
User.JsonUtil.createModelObject(com.google.gson.JsonObject jsonObject) |
|
User |
PlaylistTrack.getAddedBy() |
Get the user, who added the track to its playlist.
|
User |
Playlist.getOwner() |
Get the owners user object of a playlist.
|
User |
PlaylistSimplified.getOwner() |
Get the owners user object of a playlist.
|
| Modifier and Type | Method | Description |
|---|---|---|
PlaylistTrack.Builder |
PlaylistTrack.Builder.setAddedBy(User addedBy) |
Set the user who added the track to the playlist.
|
Playlist.Builder |
Playlist.Builder.setOwner(User owner) |
Set the owner of the playlist to be built.
|
PlaylistSimplified.Builder |
PlaylistSimplified.Builder.setOwner(User owner) |
Set the owner of the playlist to be built.
|
| Modifier and Type | Method | Description |
|---|---|---|
User |
GetCurrentUsersProfileRequest.execute() |
Get the profile of the current user.
|
User |
GetUsersProfileRequest.execute() |
Get the profile of a current user.
|
Copyright © 2019. All rights reserved.