public class UserList extends Object
| Constructor and Description |
|---|
UserList() |
| Modifier and Type | Method and Description |
|---|---|
UserList |
addUsersItem(User usersItem) |
boolean |
equals(Object o) |
String |
getNextLink()
Get nextLink
|
List<User> |
getUsers()
Get users
|
int |
hashCode() |
UserList |
nextLink(String nextLink) |
void |
setNextLink(String nextLink) |
void |
setUsers(List<User> users) |
String |
toString() |
UserList |
users(List<User> users) |
Copyright © 2018. All rights reserved.