Uses of Enum Class
se.michaelthelin.spotify.enums.ModelObjectType
Package
Description
-
Uses of ModelObjectType in se.michaelthelin.spotify
Modifier and TypeMethodDescriptionSpotifyApi.checkCurrentUserFollowsArtistsOrUsers
(ModelObjectType type, String[] ids) Check to see if the current user is following one or more artists or other Spotify users.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.SpotifyApi.followArtistsOrUsers
(ModelObjectType type, String[] ids) Add the current user as a follower of one or more artists or other Spotify users.SpotifyApi.getUsersFollowedArtists
(ModelObjectType type) Get the current user’s followed artists.SpotifyApi.getUsersTopArtistsAndTracks
(ModelObjectType type) Get the current user's top artists or tracks based on calculated affinity.SpotifyApi.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 ModelObjectType in se.michaelthelin.spotify.enums
Modifier and TypeMethodDescriptionstatic ModelObjectType
static ModelObjectType
Returns the enum constant of this class with the specified name.static ModelObjectType[]
ModelObjectType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ModelObjectType in se.michaelthelin.spotify.model_objects
-
Uses of ModelObjectType in se.michaelthelin.spotify.model_objects.special
Modifier and TypeMethodDescriptionAlbumSimplifiedSpecial.Builder.setType
(ModelObjectType type) Set the type of the model object. -
Uses of ModelObjectType in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionAlbum.getType()
Get the model object type.AlbumSimplified.getType()
Get the model object type.Artist.getType()
Get the model object type.ArtistSimplified.getType()
Get the model object type.AudioFeatures.getType()
Get the model object type.Context.getType()
Get the model object type of the context.Episode.getType()
Get the model object type.EpisodeSimplified.getType()
Get the model object type.Playlist.getType()
Get the model object type.PlaylistSimplified.getType()
Get the model object type.RecommendationsSeed.getType()
Get the entity type of this seed.Show.getType()
Get the model object type.ShowSimplified.getType()
Get the model object type.Track.getType()
Get the model object type, which should be a "track" in this case.TrackLink.getType()
Get the model object type, which should be a "track" in this case.TrackSimplified.getType()
Get the model object type, which should be a "track" in this case.User.getType()
Get the model object type.Modifier and TypeMethodDescriptionAlbum.Builder.setType
(ModelObjectType type) Set the type of the model object.AlbumSimplified.Builder.setType
(ModelObjectType type) Set the type of the model object.Artist.Builder.setType
(ModelObjectType type) Set the type of the model object.ArtistSimplified.Builder.setType
(ModelObjectType type) Set the type of the model object.AudioFeatures.Builder.setType
(ModelObjectType type) Set the type of the model object.Context.Builder.setType
(ModelObjectType type) The model object type setter.Episode.Builder.setType
(ModelObjectType type) Set the type of model object.EpisodeSimplified.Builder.setType
(ModelObjectType type) Set the type of model object.Playlist.Builder.setType
(ModelObjectType type) Set the type of the model object.PlaylistSimplified.Builder.setType
(ModelObjectType type) Set the type of the model object.RecommendationsSeed.Builder.setType
(ModelObjectType type) The model object type setter.Show.Builder.setType
(ModelObjectType type) Set the type of the model object.ShowSimplified.Builder.setType
(ModelObjectType type) Set the type of the model object.Track.Builder.setType
(ModelObjectType type) Set the type of the model object.TrackLink.Builder.setType
(ModelObjectType type) Set the type of the model object.TrackSimplified.Builder.setType
(ModelObjectType type) Set the type of the model object.User.Builder.setType
(ModelObjectType type) Set the type of the model object. -
Uses of ModelObjectType in se.michaelthelin.spotify.requests.data.follow
Modifier and TypeMethodDescriptionCheckCurrentUserFollowsArtistsOrUsersRequest.Builder.type
(ModelObjectType type) The ID type setter.FollowArtistsOrUsersRequest.Builder.type
(ModelObjectType type) The type setter.GetUsersFollowedArtistsRequest.Builder.type
(ModelObjectType type) The type setter.UnfollowArtistsOrUsersRequest.Builder.type
(ModelObjectType type) The ID type setter. -
Uses of ModelObjectType in se.michaelthelin.spotify.requests.data.personalization
Modifier and TypeMethodDescriptionGetUsersTopArtistsAndTracksRequest.Builder.type
(ModelObjectType type) The model object type setter.