public interface User
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
asJSON()
Gets the underlying JSON object.
|
String |
getDisplayName()
Gets this User's display name.
|
String |
getID()
Gets this User's ID.
|
Jitter |
getJitter()
Gets the providing
Jitter object. |
String |
getMediumAvatarURL()
Gets this User's medium-size avatar URL.
|
String |
getSmallAvatarURL()
Gets this User's small-size avatar URL.
|
String |
getURL()
Gets this User's URL.
|
String |
getUsername()
Gets this User's username.
|
Message |
sendMessage(String message)
Send this User a message.
|
org.json.JSONObject asJSON()
String getID()
String getUsername()
String getDisplayName()
String getURL()
String getSmallAvatarURL()
String getMediumAvatarURL()
Copyright © 2016. All rights reserved.