Uses of Class
se.michaelthelin.spotify.model_objects.specification.Followers
Packages that use Followers
-
Uses of Followers in se.michaelthelin.spotify.model_objects.specification
Subclasses with type arguments of type Followers in se.michaelthelin.spotify.model_objects.specificationModifier and TypeClassDescriptionstatic final classJsonUtil class for buildingFollowersinstances.Methods in se.michaelthelin.spotify.model_objects.specification that return FollowersModifier and TypeMethodDescriptionFollowers.Builder.build()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) Playlist.Builder.setFollowers(Followers followers) User.Builder.setFollowers(Followers followers)