Uses of Class
se.michaelthelin.spotify.requests.data.follow.UnfollowArtistsOrUsersRequest.Builder
-
Packages that use UnfollowArtistsOrUsersRequest.Builder Package Description se.michaelthelin.spotify se.michaelthelin.spotify.requests.data.follow -
-
Uses of UnfollowArtistsOrUsersRequest.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that return UnfollowArtistsOrUsersRequest.Builder Modifier and Type Method Description UnfollowArtistsOrUsersRequest.BuilderSpotifyApi. unfollowArtistsOrUsers(ModelObjectType type, com.google.gson.JsonArray ids)Remove the current user as a follower of one or more artists or other Spotify users.UnfollowArtistsOrUsersRequest.BuilderSpotifyApi. unfollowArtistsOrUsers(ModelObjectType type, String[] ids)Remove the current user as a follower of one or more artists or other Spotify users. -
Uses of UnfollowArtistsOrUsersRequest.Builder in se.michaelthelin.spotify.requests.data.follow
Methods in se.michaelthelin.spotify.requests.data.follow that return UnfollowArtistsOrUsersRequest.Builder Modifier and Type Method Description UnfollowArtistsOrUsersRequest.BuilderUnfollowArtistsOrUsersRequest.Builder. ids(com.google.gson.JsonArray ids)The artist or user IDs setter.UnfollowArtistsOrUsersRequest.BuilderUnfollowArtistsOrUsersRequest.Builder. ids(String ids)The artist or user IDs setter.protected UnfollowArtistsOrUsersRequest.BuilderUnfollowArtistsOrUsersRequest.Builder. self()UnfollowArtistsOrUsersRequest.BuilderUnfollowArtistsOrUsersRequest.Builder. type(ModelObjectType type)The ID type setter.
-