| Modifier and Type | Class and Description | 
|---|---|
| static class  | OwnerDTO.BuilderBuilder class for constructing OwnerDTO instances. | 
Owner.Type| Modifier and Type | Method and Description | 
|---|---|
| static OwnerDTO.Builder | builder()Creates a new Builder for constructing an Owner DTO. | 
| java.lang.String | name()The name of the owner. | 
| Owner.Type | type()The type of the owner. | 
public java.lang.String name()
Ownerpublic Owner.Type type()
Ownerpublic static OwnerDTO.Builder builder()