Uses of Class
se.michaelthelin.spotify.model_objects.specification.Followers
-
Uses of Followers in se.michaelthelin.spotify.model_objects.specification
Modifier 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.Modifier 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.