public class UserResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_USER |
| Constructor and Description |
|---|
UserResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
User |
getUser()
Get user
|
int |
hashCode() |
void |
setUser(User user) |
String |
toString() |
UserResponse |
user(User user) |
public static final String SERIALIZED_NAME_USER
public UserResponse user(User user)
public void setUser(User user)
Copyright © 2020. All rights reserved.