This class serves as simple DTO for common person data.
| Modifiers | Name | Description |
|---|---|---|
static class |
Person.Builder |
| Type | Name and description |
|---|---|
java.util.List<Affiliation> |
affiliationsAssociated affiliations |
java.lang.String |
emailAddressThe person's email address |
java.lang.String |
firstNameThe person's first name |
java.lang.String |
lastNameThe person's last name |
java.lang.String |
personTypePerson type. |
AcademicTitle |
titleThe person's title |
| Constructor and description |
|---|
Person
(Builder<?> builder) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
toString()Returns a String representation of a customer: |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Associated affiliations
The person's email address
The person's first name
The person's last name
Person type.
The person's title
Groovy Documentation