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

Uses of SoundCloudAPI.State in org.urbanstew.soundcloudapi
 

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