Class CheckUsersSavedAlbumsRequest

  • All Implemented Interfaces:
    IRequest<java.lang.Boolean[]>

    public class CheckUsersSavedAlbumsRequest
    extends AbstractDataRequest<java.lang.Boolean[]>
    Check if one or more albums is already saved in the current Spotify user’s "Your Music" library.
    • Method Detail

      • execute

        public java.lang.Boolean[] execute()
                                    throws java.io.IOException,
                                           SpotifyWebApiException
        Check whether an album is present in the current user's "Your Music" library.
        Returns:
        Whether an album is present in the current user's "Your Music" library.
        Throws:
        java.io.IOException - In case of networking issues.
        SpotifyWebApiException - The Web API returned an error further specified in this exception's root cause.