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> |
affiliations Associated affiliations |
java.lang.String |
emailAddress The person's email address |
java.lang.String |
firstName The person's first name |
java.lang.String |
lastName The person's last name |
java.lang.String |
personType Person type. |
AcademicTitle |
title The 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