Class BusinessPlace.BusinessPlaceBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilbusinessplace.BusinessPlace.BusinessPlaceBuilder
Enclosing class:
BusinessPlace

public static final class BusinessPlace.BusinessPlaceBuilder extends Object
Helper class to allow for fluent creation of BusinessPlace instances.
  • Method Details

    • emails

      @Nonnull public BusinessPlace.BusinessPlaceBuilder emails(SmtpNumbers... value)
      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 nullable

      Original property name from the Odata EDM: BranchAddress

      Returns:
      this.
    • branchDetail

      @Nonnull public BusinessPlace.BusinessPlaceBuilder branchDetail(@Nullable BranchDetail branchDetail)
      Constraints: Not nullable

      Original property name from the Odata EDM: BranchDetail

      Returns:
      this.
    • branch

      @Nonnull public BusinessPlace.BusinessPlaceBuilder branch(@Nullable String branch)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: Branch

      Returns:
      this.
    • companyCode

      @Nonnull public BusinessPlace.BusinessPlaceBuilder companyCode(@Nullable String companyCode)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Returns:
      this.
    • businessPlaceStateTaxNumber

      @Nonnull public BusinessPlace.BusinessPlaceBuilder businessPlaceStateTaxNumber(@Nullable String businessPlaceStateTaxNumber)
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: BusinessPlaceStateTaxNumber

      Returns:
      this.
    • busPlaceMunicipalTaxNumber

      @Nonnull public BusinessPlace.BusinessPlaceBuilder busPlaceMunicipalTaxNumber(@Nullable String busPlaceMunicipalTaxNumber)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: BusPlaceMunicipalTaxNumber

      Returns:
      this.
    • build

      @Nonnull public BusinessPlace build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object