Uses of Class
se.michaelthelin.spotify.model_objects.specification.User
Packages that use User
Package
Description
-
Uses of User in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return UserModifier and TypeMethodDescriptionUser.Builder.build()
User.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) PlaylistTrack.getAddedBy()
Get the user, who added the track or episode to its playlist.Playlist.getOwner()
Get the owners user object of a playlist.PlaylistSimplified.getOwner()
Get the owners user object of a playlist.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type UserModifier and TypeMethodDescriptionPlaylistTrack.Builder.setAddedBy
(User addedBy) Set the user who added the track or episode to the playlist.Set the owner of the playlist to be built.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