public class Employee extends Object
| Constructor and Description |
|---|
Employee() |
| Modifier and Type | Method and Description |
|---|---|
Employee |
employeeID(UUID employeeID) |
boolean |
equals(Object o) |
Employee |
externalLink(ExternalLink externalLink) |
Employee |
firstName(String firstName) |
UUID |
getEmployeeID()
The Xero identifier for an employee e.g.
|
ExternalLink |
getExternalLink()
Get externalLink
|
String |
getFirstName()
First name of an employee (max length = 255)
|
String |
getLastName()
Last name of an employee (max length = 255)
|
String |
getStatus()
Current status of an employee – see contact status types
|
int |
hashCode() |
Employee |
lastName(String lastName) |
void |
setEmployeeID(UUID employeeID) |
void |
setExternalLink(ExternalLink externalLink) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
void |
setStatus(String status) |
Employee |
status(String status) |
String |
toString() |
public UUID getEmployeeID()
public void setEmployeeID(UUID employeeID)
public String getStatus()
public void setStatus(String status)
public String getFirstName()
public void setFirstName(String firstName)
public String getLastName()
public void setLastName(String lastName)
public Employee externalLink(ExternalLink externalLink)
public ExternalLink getExternalLink()
public void setExternalLink(ExternalLink externalLink)
Copyright © 2018. All rights reserved.