Uses of Class
se.michaelthelin.spotify.model_objects.specification.Followers
Packages that use Followers
-
Uses of Followers in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return FollowersModifier and TypeMethodDescriptionFollowers.Builder.build()
Followers.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) Artist.getFollowers()
Get information about the followers of the artist.Playlist.getFollowers()
Get information about the followers of the playlist.User.getFollowers()
Get information about the followers of the user.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type FollowersModifier and TypeMethodDescriptionArtist.Builder.setFollowers
(Followers followers) Set the followers object of the artist to be built.Playlist.Builder.setFollowers
(Followers followers) Set information about the followers of the playlist to be built.User.Builder.setFollowers
(Followers followers) Set the followers object of the user to be built.