Uses of Class
com.wrapper.spotify.requests.data.follow.UnfollowArtistsOrUsersRequest.Builder
-
Packages that use UnfollowArtistsOrUsersRequest.Builder Package Description com.wrapper.spotify com.wrapper.spotify.requests.data.follow -
-
Uses of UnfollowArtistsOrUsersRequest.Builder in com.wrapper.spotify
Methods in com.wrapper.spotify that return UnfollowArtistsOrUsersRequest.Builder Modifier and Type Method Description 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 com.wrapper.spotify.requests.data.follow
Methods in com.wrapper.spotify.requests.data.follow that return UnfollowArtistsOrUsersRequest.Builder Modifier and Type Method Description UnfollowArtistsOrUsersRequest.BuilderUnfollowArtistsOrUsersRequest.Builder. ids(String ids)The artist or user IDs setter.UnfollowArtistsOrUsersRequest.BuilderUnfollowArtistsOrUsersRequest.Builder. type(ModelObjectType type)The ID type setter.
-