Class LocalifyProperties.Spotify

java.lang.Object
org.localify.common.config.properties.LocalifyProperties.Spotify
Enclosing class:
LocalifyProperties

public static class LocalifyProperties.Spotify extends Object
Properties for Spotify services.
  • Constructor Details

    • Spotify

      public Spotify()
  • Method Details

    • getLoginCallbackUri

      public String getLoginCallbackUri()
    • setLoginCallbackUri

      public void setLoginCallbackUri(String loginCallbackUri)
    • getClientId

      public String getClientId()
    • setClientId

      public void setClientId(String clientId)
    • getClientSecret

      public String getClientSecret()
    • setClientSecret

      public void setClientSecret(String clientSecret)
    • isPlaylistCreation

      public boolean isPlaylistCreation()
    • setPlaylistCreation

      public void setPlaylistCreation(boolean playlistCreation)