Uses of Class
org.urbanstew.soundcloudapi.SoundCloudAPI.OAuthVersion

Uses of SoundCloudAPI.OAuthVersion in org.urbanstew.soundcloudapi
 

Fields in org.urbanstew.soundcloudapi declared as SoundCloudAPI.OAuthVersion
 SoundCloudAPI.OAuthVersion SoundCloudOptions.version
           
 

Methods in org.urbanstew.soundcloudapi that return SoundCloudAPI.OAuthVersion
static SoundCloudAPI.OAuthVersion SoundCloudAPI.OAuthVersion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SoundCloudAPI.OAuthVersion[] SoundCloudAPI.OAuthVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.urbanstew.soundcloudapi with parameters of type SoundCloudAPI.OAuthVersion
 SoundCloudOptions SoundCloudOptions.with(SoundCloudAPI.OAuthVersion newVersion)
           
 

Constructors in org.urbanstew.soundcloudapi with parameters of type SoundCloudAPI.OAuthVersion
SoundCloudOptions(SoundCloudAPI.SoundCloudSystem system, SoundCloudAPI.OAuthVersion version)