Uses of Class
com.wrapper.spotify.enums.ModelObjectType
-
-
Uses of ModelObjectType in com.wrapper.spotify
Methods in com.wrapper.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 users top artists or tracks based on calculated affinity.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 com.wrapper.spotify.enums
Methods in com.wrapper.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 com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.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.ModelObjectTypePlaylist. getType()Get the model object type.ModelObjectTypePlaylistSimplified. getType()Get the model object type.ModelObjectTypeRecommendationsSeed. getType()Get the entity type of this seed.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 com.wrapper.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.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.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 com.wrapper.spotify.requests.data.follow
Methods in com.wrapper.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 com.wrapper.spotify.requests.data.personalization
Methods in com.wrapper.spotify.requests.data.personalization with parameters of type ModelObjectType Modifier and Type Method Description GetUsersTopArtistsAndTracksRequest.BuilderGetUsersTopArtistsAndTracksRequest.Builder. type(ModelObjectType type)The model object type setter.
-