Uses of Class
se.michaelthelin.spotify.requests.data.follow.FollowArtistsOrUsersRequest.Builder
Packages that use FollowArtistsOrUsersRequest.Builder
- 
Uses of FollowArtistsOrUsersRequest.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that return FollowArtistsOrUsersRequest.BuilderModifier and TypeMethodDescriptionSpotifyApi.followArtistsOrUsers(ModelObjectType type, com.google.gson.JsonArray ids) Add the current user as a follower of one or more artists or other Spotify users.SpotifyApi.followArtistsOrUsers(ModelObjectType type, String[] ids) Add the current user as a follower of one or more artists or other Spotify users. - 
Uses of FollowArtistsOrUsersRequest.Builder in se.michaelthelin.spotify.requests.data.follow
Methods in se.michaelthelin.spotify.requests.data.follow that return FollowArtistsOrUsersRequest.BuilderModifier and TypeMethodDescriptionFollowArtistsOrUsersRequest.Builder.ids(com.google.gson.JsonArray ids) The user or artist IDs setter.The user or artist IDs setter.protected FollowArtistsOrUsersRequest.BuilderFollowArtistsOrUsersRequest.Builder.self()FollowArtistsOrUsersRequest.Builder.type(ModelObjectType type) The type setter.