Uses of Class
com.wrapper.spotify.model_objects.specification.User
-
Packages that use User Package Description com.wrapper.spotify.model_objects.specification com.wrapper.spotify.requests.data.users_profile -
-
Uses of User in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.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 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 com.wrapper.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 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 com.wrapper.spotify.requests.data.users_profile
Methods in com.wrapper.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.
-