public class UserResponse extends BaseResponse
| Constructor and Description |
|---|
UserResponse() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
addGroups() |
String |
customTitle() |
int |
dayOfBirth() |
String |
email() |
String |
gender() |
String |
group() |
int |
monthOfBirth() |
String |
password() |
String[] |
removeGroups() |
UserState |
state() |
String |
styleId() |
String |
timezone() |
String |
username() |
boolean |
visible() |
int |
yearOfBirth() |
public String username()
public String password()
public String email()
public String group()
public String gender()
public String customTitle()
public String styleId()
public String timezone()
public boolean visible()
public int dayOfBirth()
public int monthOfBirth()
public int yearOfBirth()
public UserState state()
public String[] addGroups()
public String[] removeGroups()
Copyright © 2016. All rights reserved.