Package com.xero.models.project
Class ProjectUser
- java.lang.Object
-
- com.xero.models.project.ProjectUser
-
public class ProjectUser extends Object
ProjectUser
-
-
Constructor Summary
Constructors Constructor Description ProjectUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectUseremail(String email)Email address of the user.booleanequals(Object o)StringgetEmail()Email address of the user.StringgetName()Full name of the user.UUIDgetUserId()Identifier of the user of the project.inthashCode()ProjectUsername(String name)Full name of the user.voidsetEmail(String email)Email address of the user.voidsetName(String name)Full name of the user.voidsetUserId(UUID userId)Identifier of the user of the project.StringtoString()ProjectUseruserId(UUID userId)Identifier of the user of the project.
-
-
-
Method Detail
-
userId
public ProjectUser userId(UUID userId)
Identifier of the user of the project.- Parameters:
userId- UUID- Returns:
- ProjectUser
-
getUserId
public UUID getUserId()
Identifier of the user of the project.- Returns:
- userId
-
setUserId
public void setUserId(UUID userId)
Identifier of the user of the project.- Parameters:
userId- UUID
-
name
public ProjectUser name(String name)
Full name of the user.- Parameters:
name- String- Returns:
- ProjectUser
-
getName
public String getName()
Full name of the user.- Returns:
- name
-
setName
public void setName(String name)
Full name of the user.- Parameters:
name- String
-
email
public ProjectUser email(String email)
Email address of the user.- Parameters:
email- String- Returns:
- ProjectUser
-
getEmail
public String getEmail()
Email address of the user.- Returns:
-
setEmail
public void setEmail(String email)
Email address of the user.- Parameters:
email- String
-
-