Uses of Class
org.urbanstew.soundcloudapi.SoundCloudOptions

Uses of SoundCloudOptions in org.urbanstew.soundcloudapi
 

Fields in org.urbanstew.soundcloudapi declared as SoundCloudOptions
static SoundCloudOptions SoundCloudAPI.USE_PRODUCTION
           
static SoundCloudOptions SoundCloudAPI.USE_SANDBOX
           
 

Methods in org.urbanstew.soundcloudapi that return SoundCloudOptions
 SoundCloudOptions SoundCloudOptions.with(SoundCloudAPI.OAuthVersion newVersion)
           
 SoundCloudOptions SoundCloudOptions.with(SoundCloudAPI.SoundCloudSystem newSystem)
           
 

Constructors in org.urbanstew.soundcloudapi with parameters of type SoundCloudOptions
SoundCloudAPI(java.lang.String consumerKey, java.lang.String consumerSecret, SoundCloudOptions options)
          Constructor for the case when neither the request or access token have been obtained, with specified options.
SoundCloudAPI(java.lang.String consumerKey, java.lang.String consumerSecret, java.lang.String token, java.lang.String tokenSecret, SoundCloudOptions options)
          Constructor for the case when the access token has been obtained, with specified options.