public static class Representative.RepresentativeBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
Representative.RepresentativeBuilder |
address(Address address) |
Representative |
build() |
Representative.RepresentativeBuilder |
dateOfBirth(DateOfBirth dateOfBirth) |
Representative.RepresentativeBuilder |
firstName(java.lang.String firstName) |
Representative.RepresentativeBuilder |
identification(Identification identification) |
Representative.RepresentativeBuilder |
lastName(java.lang.String lastName) |
Representative.RepresentativeBuilder |
middleName(java.lang.String middleName) |
Representative.RepresentativeBuilder |
phone(AccountPhone phone) |
Representative.RepresentativeBuilder |
placeOfBirth(PlaceOfBirth placeOfBirth) |
Representative.RepresentativeBuilder |
roles(java.util.List<EntityRoles> roles) |
java.lang.String |
toString() |
public Representative.RepresentativeBuilder firstName(java.lang.String firstName)
public Representative.RepresentativeBuilder middleName(java.lang.String middleName)
public Representative.RepresentativeBuilder lastName(java.lang.String lastName)
public Representative.RepresentativeBuilder address(Address address)
public Representative.RepresentativeBuilder identification(Identification identification)
public Representative.RepresentativeBuilder phone(AccountPhone phone)
public Representative.RepresentativeBuilder dateOfBirth(DateOfBirth dateOfBirth)
public Representative.RepresentativeBuilder placeOfBirth(PlaceOfBirth placeOfBirth)
public Representative.RepresentativeBuilder roles(java.util.List<EntityRoles> roles)
public Representative build()
public java.lang.String toString()
toString in class java.lang.Object