public class UserContract
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
avatarUrl |
UserConnectionStatus |
connectionStatus |
int |
currentGameID |
int |
currentGameState |
java.lang.String |
currentGameStatusMessage |
java.util.Date |
currentGameTimestamp |
java.lang.String |
customStatusMessage |
java.util.Date |
customStatusTimestamp |
int |
friendCount |
PushNotificationPreference |
friendMessagePushPreference |
boolean |
friendRequestPushEnabled |
PushNotificationPreference |
groupMessagePushPreference |
boolean |
mentionsPushEnabled |
int |
userID |
java.lang.String |
username |
Constructor and Description |
---|
UserContract() |
public int userID
public java.lang.String username
public UserConnectionStatus connectionStatus
public java.lang.String customStatusMessage
public java.util.Date customStatusTimestamp
public int friendCount
public java.lang.String avatarUrl
public int currentGameID
public int currentGameState
public java.lang.String currentGameStatusMessage
public java.util.Date currentGameTimestamp
public PushNotificationPreference groupMessagePushPreference
public PushNotificationPreference friendMessagePushPreference
public boolean friendRequestPushEnabled
public boolean mentionsPushEnabled