Uses of Class
com.wrapper.spotify.requests.data.follow.FollowArtistsOrUsersRequest.Builder
-
Packages that use FollowArtistsOrUsersRequest.Builder Package Description com.wrapper.spotify com.wrapper.spotify.requests.data.follow -
-
Uses of FollowArtistsOrUsersRequest.Builder in com.wrapper.spotify
Methods in com.wrapper.spotify that return FollowArtistsOrUsersRequest.Builder Modifier and Type Method Description FollowArtistsOrUsersRequest.BuilderSpotifyApi. followArtistsOrUsers(ModelObjectType type, com.google.gson.JsonArray ids)Add the current user as a follower of one or more artists or other Spotify users.FollowArtistsOrUsersRequest.BuilderSpotifyApi. followArtistsOrUsers(ModelObjectType type, String[] ids)Add the current user as a follower of one or more artists or other Spotify users. -
Uses of FollowArtistsOrUsersRequest.Builder in com.wrapper.spotify.requests.data.follow
Methods in com.wrapper.spotify.requests.data.follow that return FollowArtistsOrUsersRequest.Builder Modifier and Type Method Description FollowArtistsOrUsersRequest.BuilderFollowArtistsOrUsersRequest.Builder. ids(com.google.gson.JsonArray ids)The user or artist IDs setter.FollowArtistsOrUsersRequest.BuilderFollowArtistsOrUsersRequest.Builder. ids(String ids)The user or artist IDs setter.FollowArtistsOrUsersRequest.BuilderFollowArtistsOrUsersRequest.Builder. type(ModelObjectType type)The type setter.
-