public interface Artist
An artist that is stored in a database. The implementation of this is service provider-dependent.
-
Method Details
-
getId
String getId()The unique ID of the artist. This means different things for each implementation.- Returns:
- The unique ID of the artist
-
getName
-
getServiceProvider
Optional<ServiceProvider> getServiceProvider()The service provider that this artist is from.- Returns:
- The service provider that this artist is from
-