java.lang.Object | |||
↳ | java.util.Observable | ||
↳ | fm.audiobox.core.models.Model | ||
↳ | fm.audiobox.core.models.UserWrapper |
This class is used as simple User
wrapper
for those JSON parser that do not support root elements.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UserWrapper()
Instantiates a new User wrapper.
| |||||||||||
UserWrapper(User user)
Instantiates a new User wrapper.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static String |
getPath()
Gets path.
| ||||||||||
User |
getUser()
Gets user.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
fm.audiobox.core.models.Model
| |||||||||||
From class
java.util.Observable
| |||||||||||
From class
java.lang.Object
|
Instantiates a new User wrapper.
Gets path.