Uses of Class
se.michaelthelin.spotify.requests.data.follow.FollowArtistsOrUsersRequest.Builder
-
Uses of FollowArtistsOrUsersRequest.Builder in se.michaelthelin.spotify
Modifier 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
Modifier and TypeMethodDescriptionFollowArtistsOrUsersRequest.Builder.ids
(com.google.gson.JsonArray ids) The user or artist IDs setter.The user or artist IDs setter.protected FollowArtistsOrUsersRequest.Builder
FollowArtistsOrUsersRequest.Builder.self()
FollowArtistsOrUsersRequest.Builder.type
(ModelObjectType type) The type setter.