Index Hierarchy SPTPartialObject Protocol Reference Conforms to NSObject Declared in SPTPartialObject.h Overview Represents the base class of a “partial” object on the Spotify service.. Tasks Properties name property required method uri property required method Properties name The name of the object. @property (nonatomic, readonly, copy) NSString *name Declared In SPTPartialObject.h uri The Spotify URI of the object. @property (nonatomic, readonly, copy) NSURL *uri Declared In SPTPartialObject.h Index Hierarchy