Uses of Class
se.michaelthelin.spotify.requests.data.users.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) Deprecated.This endpoint has been deprecated by Spotify.SpotifyApi.followArtistsOrUsers(ModelObjectType type, String[] ids) Deprecated.This endpoint has been deprecated by Spotify. -
Uses of FollowArtistsOrUsersRequest.Builder in se.michaelthelin.spotify.requests.data.users
Subclasses with type arguments of type FollowArtistsOrUsersRequest.Builder in se.michaelthelin.spotify.requests.data.usersModifier and TypeClassDescriptionstatic final classDeprecated.Builder class for building aFollowArtistsOrUsersRequest.Methods in se.michaelthelin.spotify.requests.data.users 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.