Uses of Class
se.michaelthelin.spotify.model_objects.specification.User
-
Packages that use User Package Description se.michaelthelin.spotify.model_objects.specification se.michaelthelin.spotify.requests.data.users_profile -
-
Uses of User in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return User Modifier and Type Method Description UserUser.Builder. build()UserUser.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)UserPlaylistTrack. getAddedBy()Get the user, who added the track or episode to its playlist.UserPlaylist. getOwner()Get the owners user object of a playlist.UserPlaylistSimplified. getOwner()Get the owners user object of a playlist.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type User Modifier and Type Method Description PlaylistTrack.BuilderPlaylistTrack.Builder. setAddedBy(User addedBy)Set the user who added the track or episode to the playlist.Playlist.BuilderPlaylist.Builder. setOwner(User owner)Set the owner of the playlist to be built.PlaylistSimplified.BuilderPlaylistSimplified.Builder. setOwner(User owner)Set the owner of the playlist to be built. -
Uses of User in se.michaelthelin.spotify.requests.data.users_profile
Methods in se.michaelthelin.spotify.requests.data.users_profile that return User Modifier and Type Method Description UserGetCurrentUsersProfileRequest. execute()Get the profile of the current user.UserGetUsersProfileRequest. execute()Get the profile of a current user.
-