public class User extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
User.OrganisationRoleEnum
User role (see Types)
|
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
User |
emailAddress(String emailAddress) |
boolean |
equals(Object o) |
User |
firstName(String firstName) |
String |
getEmailAddress()
Email address of user
|
String |
getFirstName()
First name of user
|
Boolean |
getIsSubscriber()
Boolean to indicate if user is the subscriber
|
String |
getLastName()
Last name of user
|
User.OrganisationRoleEnum |
getOrganisationRole()
User role (see Types)
|
org.threeten.bp.OffsetDateTime |
getUpdatedDateUTC()
Timestamp of last change to user
|
UUID |
getUserID()
Xero identifier
|
int |
hashCode() |
User |
isSubscriber(Boolean isSubscriber) |
User |
lastName(String lastName) |
User |
organisationRole(User.OrganisationRoleEnum organisationRole) |
void |
setEmailAddress(String emailAddress) |
void |
setFirstName(String firstName) |
void |
setIsSubscriber(Boolean isSubscriber) |
void |
setLastName(String lastName) |
void |
setOrganisationRole(User.OrganisationRoleEnum organisationRole) |
void |
setUpdatedDateUTC(org.threeten.bp.OffsetDateTime updatedDateUTC) |
void |
setUserID(UUID userID) |
String |
toString() |
User |
updatedDateUTC(org.threeten.bp.OffsetDateTime updatedDateUTC) |
User |
userID(UUID userID) |
public UUID getUserID()
public void setUserID(UUID userID)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public String getFirstName()
public void setFirstName(String firstName)
public String getLastName()
public void setLastName(String lastName)
public User updatedDateUTC(org.threeten.bp.OffsetDateTime updatedDateUTC)
public org.threeten.bp.OffsetDateTime getUpdatedDateUTC()
public void setUpdatedDateUTC(org.threeten.bp.OffsetDateTime updatedDateUTC)
public Boolean getIsSubscriber()
public void setIsSubscriber(Boolean isSubscriber)
public User organisationRole(User.OrganisationRoleEnum organisationRole)
public User.OrganisationRoleEnum getOrganisationRole()
public void setOrganisationRole(User.OrganisationRoleEnum organisationRole)
Copyright © 2018. All rights reserved.