Class BusinessPlace.BusinessPlaceBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilbusinessplace.BusinessPlace.BusinessPlaceBuilder
- Enclosing class:
- BusinessPlace
Helper class to allow for fluent creation of BusinessPlace instances.
-
Method Summary
Modifier and TypeMethodDescription(Key Field) Constraints: Not nullable, Maximum length: 4branchAddress(BranchAddress branchAddress) Constraints: Not nullablebranchDetail(BranchDetail branchDetail) Constraints: Not nullablebuild()businessPlaceStateTaxNumber(String businessPlaceStateTaxNumber) Constraints: Not nullable, Maximum length: 18busPlaceMunicipalTaxNumber(String busPlaceMunicipalTaxNumber) Constraints: Not nullable, Maximum length: 20companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4emails(SmtpNumbers... value) Navigation property to_emails for BusinessPlace to multiple SmtpNumbers.toString()
-
Method Details
-
emails
Navigation property to_emails for BusinessPlace to multiple SmtpNumbers.- Parameters:
value- The SmtpNumberss to build this BusinessPlace with.- Returns:
- This Builder to allow for a fluent interface.
-
branchAddress
@Nonnull public BusinessPlace.BusinessPlaceBuilder branchAddress(@Nullable BranchAddress branchAddress) Constraints: Not nullableOriginal property name from the Odata EDM: BranchAddress
- Returns:
this.
-
branchDetail
@Nonnull public BusinessPlace.BusinessPlaceBuilder branchDetail(@Nullable BranchDetail branchDetail) Constraints: Not nullableOriginal property name from the Odata EDM: BranchDetail
- Returns:
this.
-
branch
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Branch
- Returns:
this.
-
companyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
businessPlaceStateTaxNumber
@Nonnull public BusinessPlace.BusinessPlaceBuilder businessPlaceStateTaxNumber(@Nullable String businessPlaceStateTaxNumber) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: BusinessPlaceStateTaxNumber
- Returns:
this.
-
busPlaceMunicipalTaxNumber
@Nonnull public BusinessPlace.BusinessPlaceBuilder busPlaceMunicipalTaxNumber(@Nullable String busPlaceMunicipalTaxNumber) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: BusPlaceMunicipalTaxNumber
- Returns:
this.
-
build
-
toString
-