Class BusinessPlace.BusinessPlaceBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessplace.BusinessPlace.BusinessPlaceBuilder
- Enclosing class:
- BusinessPlace
Helper class to allow for fluent creation of BusinessPlace instances.
-
Method Summary
Modifier and TypeMethodDescriptionConstraints: Not nullable, Maximum length: 10build()Navigation property BusinessPlaceCntryInfoSet for BusinessPlace to multiple BusinessPlaceCntryInfo.businessPlaceDescription(String businessPlaceDescription) Constraints: Not nullable, Maximum length: 30businessPlaceID(String businessPlaceID) (Key Field) Constraints: Not nullable, Maximum length: 4companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4taxNumber1(String taxNumber1) Constraints: Not nullable, Maximum length: 16taxNumber2(String taxNumber2) Constraints: Not nullable, Maximum length: 11toString()
-
Method Details
-
businessPlaceCntryInfoSet
@Nonnull public BusinessPlace.BusinessPlaceBuilder businessPlaceCntryInfoSet(BusinessPlaceCntryInfo... value) Navigation property BusinessPlaceCntryInfoSet for BusinessPlace to multiple BusinessPlaceCntryInfo.- Parameters:
value- The BusinessPlaceCntryInfos to build this BusinessPlace with.- Returns:
- This Builder to allow for a fluent interface.
-
companyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
businessPlaceID
@Nonnull public BusinessPlace.BusinessPlaceBuilder businessPlaceID(@Nullable String businessPlaceID) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BusinessPlaceID
- Returns:
this.
-
addressID
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AddressID
- Returns:
this.
-
taxNumber1
Constraints: Not nullable, Maximum length: 16Original property name from the Odata EDM: TaxNumber1
- Returns:
this.
-
taxNumber2
Constraints: Not nullable, Maximum length: 11Original property name from the Odata EDM: TaxNumber2
- Returns:
this.
-
businessPlaceDescription
@Nonnull public BusinessPlace.BusinessPlaceBuilder businessPlaceDescription(@Nullable String businessPlaceDescription) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: BusinessPlaceDescription
- Returns:
this.
-
build
-
toString
-