@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-01-28T11:18:17.901-05:00") public class V2UserList extends Object
| Constructor and Description |
|---|
V2UserList() |
| Modifier and Type | Method and Description |
|---|---|
V2UserList |
addErrorsItem(UserError errorsItem) |
V2UserList |
addUsersItem(UserV2 usersItem) |
boolean |
equals(Object o) |
V2UserList |
errors(List<UserError> errors) |
List<UserError> |
getErrors()
List of all errors found with the informed search criteria
|
List<UserV2> |
getUsers()
List of all users found with the search
|
int |
hashCode() |
void |
setErrors(List<UserError> errors) |
void |
setUsers(List<UserV2> users) |
String |
toString() |
V2UserList |
users(List<UserV2> users) |
public V2UserList users(List<UserV2> users)
public V2UserList addUsersItem(UserV2 usersItem)
public V2UserList errors(List<UserError> errors)
public V2UserList addErrorsItem(UserError errorsItem)
public List<UserError> getErrors()
Copyright © 2018 Symphony Software Foundation. All rights reserved.