public class UserRepresentation extends AbstractRepresentation
| Modifier and Type | Field and Description |
|---|---|
protected String |
email |
protected String |
firstName |
protected String |
fullName |
protected List<GroupRepresentation> |
groups |
protected String |
id |
protected String |
lastName |
protected List<String> |
privileges |
| Constructor and Description |
|---|
UserRepresentation() |
UserRepresentation(User user) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
String |
getFirstName() |
String |
getFullName() |
List<GroupRepresentation> |
getGroups() |
String |
getId() |
String |
getLastName() |
List<String> |
getPrivileges() |
void |
setEmail(String email) |
void |
setFirstName(String firstName) |
void |
setFullName(String fullName) |
void |
setGroups(List<GroupRepresentation> groups) |
void |
setId(String id) |
void |
setLastName(String lastName) |
void |
setPrivileges(List<String> privileges) |
protected String id
protected String firstName
protected String lastName
protected String email
protected String fullName
protected List<GroupRepresentation> groups
public UserRepresentation()
public UserRepresentation(User user)
public String getId()
public void setId(String id)
public String getFirstName()
public void setFirstName(String firstName)
public String getLastName()
public void setLastName(String lastName)
public String getEmail()
public void setEmail(String email)
public String getFullName()
public void setFullName(String fullName)
public List<GroupRepresentation> getGroups()
public void setGroups(List<GroupRepresentation> groups)
Copyright © 2018 Flowable. All rights reserved.