Modifier and Type | Class and Description |
---|---|
static class |
OwnerDTO.Builder
Builder 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()
Owner
public Owner.Type type()
Owner
public static OwnerDTO.Builder builder()