This class serves as a simple DTO representing an Address
| Modifiers | Name | Description |
|---|---|---|
static class |
Address.Builder |
| Type | Name and description |
|---|---|
Affiliation |
affiliationDTO representing a customer affiliation @link{Affiliation}. |
java.lang.String |
countryThe country associated with the address |
java.lang.String |
streetThe street corresponding to the address |
java.lang.Integer |
zipCodeThe zipcode corresponding to the address |
| Constructor and description |
|---|
private Address
(ProjectManager.Builder builder) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
toString() |
| 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() |
DTO representing a customer affiliation @link{Affiliation}.
The country associated with the address
The street corresponding to the address
The zipcode corresponding to the address
Groovy Documentation