public interface User
A user that is stored in a database. The implementation of this is service provider-dependent.
A user is a member on the service provider's platform, and not an artist.
-
Method Details
-
getId
String getId()Retrieves the unique ID of the user. The meaning of this ID is service provider-dependent.- Returns:
- The unique ID of the user
-
getName
-
getServiceProvider
Optional<ServiceProvider> getServiceProvider()The service provider that this track is from.- Returns:
- The service provider that this track is from
-