Class ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder
- Enclosing class:
- ProductionSupplyAreaAddress
-
Method Summary
Modifier and TypeMethodDescriptionadditionalStreetSuffixName(String additionalStreetSuffixName) Constraints: Not nullable, Maximum length: 40build()Constraints: Not nullable, Maximum length: 20businessPartnerName1(String businessPartnerName1) Constraints: Not nullable, Maximum length: 40businessPartnerName2(String businessPartnerName2) Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 3Constraints: nonelastChangeDateTime(ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7(Key Field) Constraints: Not nullable, Maximum length: 4postalCode(String postalCode) Constraints: Not nullable, Maximum length: 10productionSupplyArea(String productionSupplyArea) (Key Field) Constraints: Not nullable, Maximum length: 10productionSupplyAreaAddressID(String productionSupplyAreaAddressID) Constraints: Not nullable, Maximum length: 10streetName(String streetName) Constraints: Not nullable, Maximum length: 60toString()Constraints: none
-
Method Details
-
delete_mc
@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder delete_mc(@Nullable Boolean delete_mc) Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Returns:
this.
-
update_mc
@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder update_mc(@Nullable Boolean update_mc) Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
this.
-
productionSupplyArea
@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder productionSupplyArea(@Nullable String productionSupplyArea) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProductionSupplyArea
- Returns:
this.
-
plant
@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder plant(@Nullable String plant) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
productionSupplyAreaAddressID
@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder productionSupplyAreaAddressID(@Nullable String productionSupplyAreaAddressID) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ProductionSupplyAreaAddressID
- Returns:
this.
-
businessPartnerName1
@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder businessPartnerName1(@Nullable String businessPartnerName1) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BusinessPartnerName1
- Returns:
this.
-
businessPartnerName2
@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder businessPartnerName2(@Nullable String businessPartnerName2) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BusinessPartnerName2
- Returns:
this.
-
building
@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder building(@Nullable String building) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: Building
- Returns:
this.
-
streetName
@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder streetName(@Nullable String streetName) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: StreetName
- Returns:
this.
-
additionalStreetSuffixName
@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder additionalStreetSuffixName(@Nullable String additionalStreetSuffixName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: AdditionalStreetSuffixName
- Returns:
this.
-
cityName
@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder cityName(@Nullable String cityName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CityName
- Returns:
this.
-
postalCode
@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder postalCode(@Nullable String postalCode) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: PostalCode
- Returns:
this.
-
country
@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder country(@Nullable String country) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Country
- Returns:
this.
-
lastChangeDateTime
@Nonnull public ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
build
-
toString
-