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

Uses of SoundCloudAPI.SoundCloudSystem in org.urbanstew.soundcloudapi
 

Fields in org.urbanstew.soundcloudapi declared as SoundCloudAPI.SoundCloudSystem
 SoundCloudAPI.SoundCloudSystem SoundCloudOptions.system
           
 

Methods in org.urbanstew.soundcloudapi that return SoundCloudAPI.SoundCloudSystem
static SoundCloudAPI.SoundCloudSystem SoundCloudAPI.SoundCloudSystem.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SoundCloudAPI.SoundCloudSystem[] SoundCloudAPI.SoundCloudSystem.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.SoundCloudSystem
 SoundCloudOptions SoundCloudOptions.with(SoundCloudAPI.SoundCloudSystem newSystem)
           
 

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