Package org.localify.artist.jpa
Class Artist.ArtistBuilder
java.lang.Object
org.localify.artist.jpa.Artist.ArtistBuilder
- Enclosing class:
- Artist
A builder class for creating instances of
Artist.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theArtistinstance.withAppleId(String appleId) withAppleImage(String appleImage) withPollstarId(String pollstarId) withSpotifyId(String spotifyId) withSpotifyImage(String spotifyImage) withSpotifyPopularity(Integer spotifyPopularity)
-
Method Details
-
withName
-
withSpotifyId
-
withSpotifyPopularity
-
withSpotifyImage
-
withAppleId
-
withPollstarId
-
withAppleImage
-
build
Builds theArtistinstance.- Returns:
- The built
Artistinstance. - Throws:
IllegalArgumentException- if both Spotify and Apple IDs are null.
-