Uses of Class
se.michaelthelin.spotify.requests.data.users.UnfollowArtistsOrUsersRequest.Builder
Packages that use UnfollowArtistsOrUsersRequest.Builder
-
Uses of UnfollowArtistsOrUsersRequest.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that return UnfollowArtistsOrUsersRequest.BuilderModifier and TypeMethodDescriptionSpotifyApi.unfollowArtistsOrUsers(ModelObjectType type, com.google.gson.JsonArray ids) Deprecated.This endpoint has been deprecated by Spotify.SpotifyApi.unfollowArtistsOrUsers(ModelObjectType type, String[] ids) Deprecated.This endpoint has been deprecated by Spotify. -
Uses of UnfollowArtistsOrUsersRequest.Builder in se.michaelthelin.spotify.requests.data.users
Subclasses with type arguments of type UnfollowArtistsOrUsersRequest.Builder in se.michaelthelin.spotify.requests.data.usersModifier and TypeClassDescriptionstatic final classDeprecated.Builder class for building anUnfollowArtistsOrUsersRequest.Methods in se.michaelthelin.spotify.requests.data.users that return UnfollowArtistsOrUsersRequest.BuilderModifier and TypeMethodDescriptionUnfollowArtistsOrUsersRequest.Builder.ids(com.google.gson.JsonArray ids) The artist or user IDs setter.The artist or user IDs setter.protected UnfollowArtistsOrUsersRequest.BuilderUnfollowArtistsOrUsersRequest.Builder.self()UnfollowArtistsOrUsersRequest.Builder.type(ModelObjectType type) The ID type setter.