Uses of Class
se.michaelthelin.spotify.requests.data.follow.UnfollowArtistsOrUsersRequest.Builder
-
Uses of UnfollowArtistsOrUsersRequest.Builder in se.michaelthelin.spotify
Modifier and TypeMethodDescriptionSpotifyApi.unfollowArtistsOrUsers
(ModelObjectType type, com.google.gson.JsonArray ids) Remove the current user as a follower of one or more artists or other Spotify users.SpotifyApi.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
Modifier and TypeMethodDescriptionUnfollowArtistsOrUsersRequest.Builder.ids
(com.google.gson.JsonArray ids) The artist or user IDs setter.The artist or user IDs setter.protected UnfollowArtistsOrUsersRequest.Builder
UnfollowArtistsOrUsersRequest.Builder.self()
UnfollowArtistsOrUsersRequest.Builder.type
(ModelObjectType type) The ID type setter.