Class LocationAddress.LocationAddressBuilder
- Enclosing class:
- LocationAddress
-
Method Summary
Modifier and TypeMethodDescriptionConstraints: Not nullable, Maximum length: 10addressPersonID(String addressPersonID) (Key Field) Constraints: Not nullable, Maximum length: 10addressRepresentationCode(String addressRepresentationCode) (Key Field) Constraints: Not nullable, Maximum length: 1addressTimeZone(String addressTimeZone) Constraints: Not nullable, Maximum length: 6build()Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 3houseNumber(String houseNumber) Constraints: Not nullable, Maximum length: 10locationTP(Location value) Navigation property _LocationTP for LocationAddress to single Location.locationUUID(UUID locationUUID) (Key Field) Constraints: Not nullablepostalCode(String postalCode) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 3searchTerm1(String searchTerm1) Constraints: Not nullable, Maximum length: 20searchTerm2(String searchTerm2) Constraints: Not nullable, Maximum length: 20streetName(String streetName) Constraints: Not nullable, Maximum length: 60toString()
-
Method Details
-
locationTP
Navigation property _LocationTP for LocationAddress to single Location.- Parameters:
value- The Location to build this LocationAddress with.- Returns:
- This Builder to allow for a fluent interface.
-
locationUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LocationUUID
- Returns:
this.
-
addressPersonID
@Nonnull public LocationAddress.LocationAddressBuilder addressPersonID(@Nullable String addressPersonID) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressPersonID
- Returns:
this.
-
addressRepresentationCode
@Nonnull public LocationAddress.LocationAddressBuilder addressRepresentationCode(@Nullable String addressRepresentationCode) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: AddressRepresentationCode
- Returns:
this.
-
addressID
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Returns:
this.
-
addressTimeZone
@Nonnull public LocationAddress.LocationAddressBuilder addressTimeZone(@Nullable String addressTimeZone) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: AddressTimeZone
- Returns:
this.
-
cityName
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CityName
- Returns:
this.
-
postalCode
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PostalCode
- Returns:
this.
-
streetName
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: StreetName
- Returns:
this.
-
houseNumber
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: HouseNumber
- Returns:
this.
-
country
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Country
- Returns:
this.
-
region
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Region
- Returns:
this.
-
searchTerm1
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SearchTerm1
- Returns:
this.
-
searchTerm2
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SearchTerm2
- Returns:
this.
-
build
-
toString
-