Uses of Class
se.michaelthelin.spotify.model_objects.specification.Followers
-
Packages that use Followers Package Description se.michaelthelin.spotify.model_objects.specification -
-
Uses of Followers in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return Followers Modifier and Type Method Description FollowersFollowers.Builder. build()FollowersFollowers.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)FollowersArtist. getFollowers()Get information about the followers of the artist.FollowersPlaylist. getFollowers()Get information about the followers of the playlist.FollowersUser. getFollowers()Get information about the followers of the user.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type Followers Modifier and Type Method Description Artist.BuilderArtist.Builder. setFollowers(Followers followers)Set the followers object of the artist to be built.Playlist.BuilderPlaylist.Builder. setFollowers(Followers followers)Set information about the followers of the playlist to be built.User.BuilderUser.Builder. setFollowers(Followers followers)Set the followers object of the user to be built.
-