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