| Modifier and Type | Method | Description |
|---|---|---|
CheckCurrentUserFollowsArtistsOrUsersRequest.Builder |
SpotifyApi.checkCurrentUserFollowsArtistsOrUsers(ModelObjectType type,
String[] ids) |
Check to see if the current user is following one or more artists or other Spotify users.
|
FollowArtistsOrUsersRequest.Builder |
SpotifyApi.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.Builder |
SpotifyApi.followArtistsOrUsers(ModelObjectType type,
String[] ids) |
Add the current user as a follower of one or more artists or other Spotify users.
|
GetUsersFollowedArtistsRequest.Builder |
SpotifyApi.getUsersFollowedArtists(ModelObjectType type) |
Get the current user’s followed artists.
|
<T extends IArtistTrackModelObject> |
SpotifyApi.getUsersTopArtistsAndTracks(ModelObjectType type) |
Get the current users top artists or tracks based on calculated affinity.
|
UnfollowArtistsOrUsersRequest.Builder |
SpotifyApi.unfollowArtistsOrUsers(ModelObjectType type,
String[] ids) |
Remove the current user as a follower of one or more artists or other Spotify users.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ModelObjectType |
ModelObjectType.keyOf(String type) |
|
static ModelObjectType |
ModelObjectType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ModelObjectType[] |
ModelObjectType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
ModelObjectType |
Album.getType() |
Get the model object type.
|
ModelObjectType |
AlbumSimplified.getType() |
Get the model object type.
|
ModelObjectType |
Artist.getType() |
Get the model object type.
|
ModelObjectType |
ArtistSimplified.getType() |
Get the model object type.
|
ModelObjectType |
AudioFeatures.getType() |
Get the model object type.
|
ModelObjectType |
Context.getType() |
Get the model object type of the context.
|
ModelObjectType |
Playlist.getType() |
Get the model object type.
|
ModelObjectType |
PlaylistSimplified.getType() |
Get the model object type.
|
ModelObjectType |
RecommendationsSeed.getType() |
Get the entity type of this seed.
|
ModelObjectType |
Track.getType() |
Get the model object type, which should be a "track" in this case.
|
ModelObjectType |
TrackLink.getType() |
Get the model object type, which should be a "track" in this case.
|
ModelObjectType |
TrackSimplified.getType() |
Get the model object type, which should be a "track" in this case.
|
ModelObjectType |
User.getType() |
Get the model object type.
|
| Modifier and Type | Method | Description |
|---|---|---|
Album.Builder |
Album.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
Artist.Builder |
Artist.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
ArtistSimplified.Builder |
ArtistSimplified.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
AudioFeatures.Builder |
AudioFeatures.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
Context.Builder |
Context.Builder.setType(ModelObjectType type) |
The model object type setter.
|
Playlist.Builder |
Playlist.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
PlaylistSimplified.Builder |
PlaylistSimplified.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
RecommendationsSeed.Builder |
RecommendationsSeed.Builder.setType(ModelObjectType type) |
The model object type setter.
|
Track.Builder |
Track.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
TrackLink.Builder |
TrackLink.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
TrackSimplified.Builder |
TrackSimplified.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
User.Builder |
User.Builder.setType(ModelObjectType type) |
Set the type of the model object.
|
| Modifier and Type | Method | Description |
|---|---|---|
CheckCurrentUserFollowsArtistsOrUsersRequest.Builder |
CheckCurrentUserFollowsArtistsOrUsersRequest.Builder.type(ModelObjectType type) |
The ID type setter.
|
FollowArtistsOrUsersRequest.Builder |
FollowArtistsOrUsersRequest.Builder.type(ModelObjectType type) |
The type setter.
|
GetUsersFollowedArtistsRequest.Builder |
GetUsersFollowedArtistsRequest.Builder.type(ModelObjectType type) |
The type setter.
|
UnfollowArtistsOrUsersRequest.Builder |
UnfollowArtistsOrUsersRequest.Builder.type(ModelObjectType type) |
The ID type setter.
|
| Modifier and Type | Method | Description |
|---|---|---|
GetUsersTopArtistsAndTracksRequest.Builder |
GetUsersTopArtistsAndTracksRequest.Builder.type(ModelObjectType type) |
The model object type setter.
|
Copyright © 2019. All rights reserved.