public class UserListBansEntry extends UserListEntryBan<GameProfile>
banEndDate, bannedBy, banStartDate, DATE_FORMAT, reason| Constructor and Description | 
|---|
UserListBansEntry(GameProfile profile)  | 
UserListBansEntry(GameProfile profile,
                 java.util.Date startDate,
                 java.lang.String banner,
                 java.util.Date endDate,
                 java.lang.String banReason)  | 
UserListBansEntry(JsonObject json)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
onSerialization(JsonObject data)  | 
getBanEndDate, getBanReasonpublic UserListBansEntry(GameProfile profile)
public UserListBansEntry(GameProfile profile,
                         java.util.Date startDate,
                         java.lang.String banner,
                         java.util.Date endDate,
                         java.lang.String banReason)
public UserListBansEntry(JsonObject json)
protected void onSerialization(JsonObject data)
onSerialization in class UserListEntryBan<GameProfile>