org.urbanstew.soundcloudapi
Class SoundCloudOptions

java.lang.Object
  extended by org.urbanstew.soundcloudapi.SoundCloudOptions

public class SoundCloudOptions
extends java.lang.Object


Field Summary
 SoundCloudAPI.SoundCloudSystem system
           
 SoundCloudAPI.OAuthVersion version
           
 
Constructor Summary
SoundCloudOptions()
           
SoundCloudOptions(SoundCloudAPI.SoundCloudSystem system)
           
SoundCloudOptions(SoundCloudAPI.SoundCloudSystem system, SoundCloudAPI.OAuthVersion version)
           
 
Method Summary
 SoundCloudOptions with(SoundCloudAPI.OAuthVersion newVersion)
           
 SoundCloudOptions with(SoundCloudAPI.SoundCloudSystem newSystem)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public SoundCloudAPI.OAuthVersion version

system

public SoundCloudAPI.SoundCloudSystem system
Constructor Detail

SoundCloudOptions

public SoundCloudOptions()

SoundCloudOptions

public SoundCloudOptions(SoundCloudAPI.SoundCloudSystem system)

SoundCloudOptions

public SoundCloudOptions(SoundCloudAPI.SoundCloudSystem system,
                         SoundCloudAPI.OAuthVersion version)
Method Detail

with

public SoundCloudOptions with(SoundCloudAPI.OAuthVersion newVersion)

with

public SoundCloudOptions with(SoundCloudAPI.SoundCloudSystem newSystem)