Uses of Class
com.amilesend.discogs.model.type.Artist
Packages that use Artist
-
Uses of Artist in com.amilesend.discogs.model.database.type
Methods in com.amilesend.discogs.model.database.type that return types with arguments of type ArtistModifier and TypeMethodDescriptionTrackInformation.getExtraArtists()The list of extra artists associated with the track.Method parameters in com.amilesend.discogs.model.database.type with type arguments of type ArtistModifier and TypeMethodDescriptionTrackInformation.TrackInformationBuilder.extraArtists(List<Artist> extraArtists) The list of extra artists associated with the track. -
Uses of Artist in com.amilesend.discogs.model.type
Classes in com.amilesend.discogs.model.type with type parameters of type ArtistModifier and TypeClassDescriptionstatic classArtist.ArtistBuilder<C extends Artist, B extends Artist.ArtistBuilder<C,B>> Subclasses with type arguments of type Artist in com.amilesend.discogs.model.typeModifier and TypeClassDescriptionclassDescribes an artist for a release.static classArtist.ArtistBuilder<C extends Artist, B extends Artist.ArtistBuilder<C,B>> Methods in com.amilesend.discogs.model.type that return types with arguments of type ArtistModifier and TypeMethodDescriptionBasicInformation.getArtists()The list of credited artists.ReleaseContentBase.getArtists()The list of associated artists.Release.getExtraArtists()The list of extra artists.Method parameters in com.amilesend.discogs.model.type with type arguments of type ArtistModifier and TypeMethodDescriptionThe list of credited artists.The list of associated artists.Release.ReleaseBuilder.extraArtists(List<Artist> extraArtists) The list of extra artists.