Uses of Class
se.michaelthelin.spotify.enums.ModelObjectType
-
-
Uses of ModelObjectType in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify with parameters of type ModelObjectType Modifier and Type Method Description CheckCurrentUserFollowsArtistsOrUsersRequest.BuilderSpotifyApi. checkCurrentUserFollowsArtistsOrUsers(ModelObjectType type, String[] ids)Check to see if the current user is following one or more artists or other Spotify users.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.GetUsersFollowedArtistsRequest.BuilderSpotifyApi. getUsersFollowedArtists(ModelObjectType type)Get the current user’s followed artists.<T extends IArtistTrackModelObject>
GetUsersTopArtistsAndTracksRequest.Builder<T>SpotifyApi. getUsersTopArtistsAndTracks(ModelObjectType type)Get the current user's top artists or tracks based on calculated affinity.UnfollowArtistsOrUsersRequest.BuilderSpotifyApi. unfollowArtistsOrUsers(ModelObjectType type, com.google.gson.JsonArray ids)Remove the current user as a follower of one or more artists or other Spotify users.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 ModelObjectType in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return ModelObjectType Modifier and Type Method Description static ModelObjectTypeModelObjectType. keyOf(String type)static ModelObjectTypeModelObjectType. 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. -
Uses of ModelObjectType in se.michaelthelin.spotify.model_objects
Methods in se.michaelthelin.spotify.model_objects that return ModelObjectType Modifier and Type Method Description ModelObjectTypeIPlaylistItem. getType()Get the type of the IPlaylistItem. -
Uses of ModelObjectType in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return ModelObjectType Modifier and Type Method Description ModelObjectTypeAlbumSimplifiedSpecial. getType()Get the model object type.Methods in se.michaelthelin.spotify.model_objects.special with parameters of type ModelObjectType Modifier and Type Method Description AlbumSimplifiedSpecial.BuilderAlbumSimplifiedSpecial.Builder. setType(ModelObjectType type)Set the type of the model object. -
Uses of ModelObjectType in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return ModelObjectType Modifier and Type Method Description ModelObjectTypeAlbum. getType()Get the model object type.ModelObjectTypeAlbumSimplified. getType()Get the model object type.ModelObjectTypeArtist. getType()Get the model object type.ModelObjectTypeArtistSimplified. getType()Get the model object type.ModelObjectTypeAudioFeatures. getType()Get the model object type.ModelObjectTypeContext. getType()Get the model object type of the context.ModelObjectTypeEpisode. getType()Get the model object type.ModelObjectTypeEpisodeSimplified. getType()Get the model object type.ModelObjectTypePlaylist. getType()Get the model object type.ModelObjectTypePlaylistSimplified. getType()Get the model object type.ModelObjectTypeRecommendationsSeed. getType()Get the entity type of this seed.ModelObjectTypeShow. getType()Get the model object type.ModelObjectTypeShowSimplified. getType()Get the model object type.ModelObjectTypeTrack. getType()Get the model object type, which should be a "track" in this case.ModelObjectTypeTrackLink. getType()Get the model object type, which should be a "track" in this case.ModelObjectTypeTrackSimplified. getType()Get the model object type, which should be a "track" in this case.ModelObjectTypeUser. getType()Get the model object type.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type ModelObjectType Modifier and Type Method Description Album.BuilderAlbum.Builder. setType(ModelObjectType type)Set the type of the model object.AlbumSimplified.BuilderAlbumSimplified.Builder. setType(ModelObjectType type)Set the type of the model object.Artist.BuilderArtist.Builder. setType(ModelObjectType type)Set the type of the model object.ArtistSimplified.BuilderArtistSimplified.Builder. setType(ModelObjectType type)Set the type of the model object.AudioFeatures.BuilderAudioFeatures.Builder. setType(ModelObjectType type)Set the type of the model object.Context.BuilderContext.Builder. setType(ModelObjectType type)The model object type setter.Episode.BuilderEpisode.Builder. setType(ModelObjectType type)Set the type of model object.EpisodeSimplified.BuilderEpisodeSimplified.Builder. setType(ModelObjectType type)Set the type of model object.Playlist.BuilderPlaylist.Builder. setType(ModelObjectType type)Set the type of the model object.PlaylistSimplified.BuilderPlaylistSimplified.Builder. setType(ModelObjectType type)Set the type of the model object.RecommendationsSeed.BuilderRecommendationsSeed.Builder. setType(ModelObjectType type)The model object type setter.Show.BuilderShow.Builder. setType(ModelObjectType type)Set the type of the model object.ShowSimplified.BuilderShowSimplified.Builder. setType(ModelObjectType type)Set the type of the model object.Track.BuilderTrack.Builder. setType(ModelObjectType type)Set the type of the model object.TrackLink.BuilderTrackLink.Builder. setType(ModelObjectType type)Set the type of the model object.TrackSimplified.BuilderTrackSimplified.Builder. setType(ModelObjectType type)Set the type of the model object.User.BuilderUser.Builder. setType(ModelObjectType type)Set the type of the model object. -
Uses of ModelObjectType in se.michaelthelin.spotify.requests.data.follow
Methods in se.michaelthelin.spotify.requests.data.follow with parameters of type ModelObjectType Modifier and Type Method Description CheckCurrentUserFollowsArtistsOrUsersRequest.BuilderCheckCurrentUserFollowsArtistsOrUsersRequest.Builder. type(ModelObjectType type)The ID type setter.FollowArtistsOrUsersRequest.BuilderFollowArtistsOrUsersRequest.Builder. type(ModelObjectType type)The type setter.GetUsersFollowedArtistsRequest.BuilderGetUsersFollowedArtistsRequest.Builder. type(ModelObjectType type)The type setter.UnfollowArtistsOrUsersRequest.BuilderUnfollowArtistsOrUsersRequest.Builder. type(ModelObjectType type)The ID type setter. -
Uses of ModelObjectType in se.michaelthelin.spotify.requests.data.personalization
Methods in se.michaelthelin.spotify.requests.data.personalization with parameters of type ModelObjectType Modifier and Type Method Description GetUsersTopArtistsAndTracksRequest.Builder<T>GetUsersTopArtistsAndTracksRequest.Builder. type(ModelObjectType type)The model object type setter.
-