Package com.dzidzi.dto.address
Class AddAddressRequest.Builder
java.lang.Object
com.dzidzi.dto.address.AddAddressRequest.Builder
- Enclosing class:
AddAddressRequest
-
Method Summary
Modifier and TypeMethodDescriptionapartmentNr(String apartmentNr) The apartment numberbuild()The city nameThe floor numbergeoLocation(Boolean geoLocation) houseNumber(String houseNumber) The house number of the addressThe street name of the addresstoString()The zip code
-
Method Details
-
street
The street name of the address- Returns:
this.
-
houseNumber
The house number of the address- Returns:
this.
-
apartmentNr
The apartment number- Returns:
this.
-
zip
The zip code- Returns:
this.
-
city
The city name- Returns:
this.
-
floor
The floor number- Returns:
this.
-
geoLocation
- Returns:
this.
-
build
-
toString
-