public class ProjectUser extends Object
| Constructor and Description |
|---|
ProjectUser() |
| Modifier and Type | Method and Description |
|---|---|
ProjectUser |
email(String email) |
boolean |
equals(Object o) |
String |
getEmail()
Email address of the user.
|
String |
getName()
Full name of the user.
|
UUID |
getUserId()
Identifier of the user of the project.
|
int |
hashCode() |
ProjectUser |
name(String name) |
void |
setEmail(String email) |
void |
setName(String name) |
void |
setUserId(UUID userId) |
String |
toString() |
ProjectUser |
userId(UUID userId) |
public ProjectUser userId(UUID userId)
public UUID getUserId()
public void setUserId(UUID userId)
public ProjectUser name(String name)
public String getName()
public void setName(String name)
public ProjectUser email(String email)
public String getEmail()
public void setEmail(String email)
Copyright © 2020. All rights reserved.