Class REIntegObjectAddress.REIntegObjectAddressBuilder
- Enclosing class:
- REIntegObjectAddress
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableadditionalStreetPrefixName(String additionalStreetPrefixName) Constraints: Not nullable, Maximum length: 40additionalStreetSuffixName(String additionalStreetSuffixName) Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 10build()Constraints: Not nullable, Maximum length: 20Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 35houseNumber(String houseNumber) Constraints: Not nullable, Maximum length: 10houseNumberSupplementText(String houseNumberSupplementText) Constraints: Not nullable, Maximum length: 10internalRealEstateNumber(String internalRealEstateNumber) (Key Field) Constraints: Not nullable, Maximum length: 13postalCode(String postalCode) Constraints: Not nullable, Maximum length: 10rEAddressObjType(String rEAddressObjType) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 3Navigation property _REIntegrationObjectTP for REIntegObjectAddress to single REIntegrationObject.streetName(String streetName) Constraints: Not nullable, Maximum length: 60streetPrefixName(String streetPrefixName) Constraints: Not nullable, Maximum length: 40streetSuffixName(String streetSuffixName) Constraints: Not nullable, Maximum length: 40taxJurisdiction(String taxJurisdiction) Constraints: Not nullable, Maximum length: 15toString()
-
Method Details
-
reIntegrationObjectTP
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder reIntegrationObjectTP(REIntegrationObject value) Navigation property _REIntegrationObjectTP for REIntegObjectAddress to single REIntegrationObject.- Parameters:
value- The REIntegrationObject to build this REIntegObjectAddress with.- Returns:
- This Builder to allow for a fluent interface.
-
internalRealEstateNumber
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder internalRealEstateNumber(@Nullable String internalRealEstateNumber) (Key Field) Constraints: Not nullable, Maximum length: 13Original property name from the Odata EDM: InternalRealEstateNumber
- Returns:
this.
-
addressID
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder addressID(@Nullable String addressID) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Returns:
this.
-
rEAddressObjType
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder rEAddressObjType(@Nullable String rEAddressObjType) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: REAddressObjType
- Returns:
this.
-
streetName
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder streetName(@Nullable String streetName) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: StreetName
- Returns:
this.
-
houseNumber
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder houseNumber(@Nullable String houseNumber) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: HouseNumber
- Returns:
this.
-
cityName
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder cityName(@Nullable String cityName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CityName
- Returns:
this.
-
postalCode
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder postalCode(@Nullable String postalCode) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PostalCode
- 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.
-
streetPrefixName
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder streetPrefixName(@Nullable String streetPrefixName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: StreetPrefixName
- Returns:
this.
-
additionalStreetPrefixName
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder additionalStreetPrefixName(@Nullable String additionalStreetPrefixName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: AdditionalStreetPrefixName
- Returns:
this.
-
streetSuffixName
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder streetSuffixName(@Nullable String streetSuffixName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: StreetSuffixName
- Returns:
this.
-
additionalStreetSuffixName
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder additionalStreetSuffixName(@Nullable String additionalStreetSuffixName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: AdditionalStreetSuffixName
- Returns:
this.
-
houseNumberSupplementText
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder houseNumberSupplementText(@Nullable String houseNumberSupplementText) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: HouseNumberSupplementText
- Returns:
this.
-
district
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder district(@Nullable String district) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: District
- Returns:
this.
-
building
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder building(@Nullable String building) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: Building
- Returns:
this.
-
taxJurisdiction
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder taxJurisdiction(@Nullable String taxJurisdiction) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: TaxJurisdiction
- Returns:
this.
-
_Messages
@Nonnull public REIntegObjectAddress.REIntegObjectAddressBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-