java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.bank.Bank.BankBuilder
Enclosing class:
Bank

public static class Bank.BankBuilder extends Object
  • Method Details

    • bankCountry

      @Nonnull public Bank.BankBuilder bankCountry(@Nullable String bankCountry)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: BankCountry

      Returns:
      this.
    • bankInternalID

      @Nonnull public Bank.BankBuilder bankInternalID(@Nullable String bankInternalID)
      (Key Field) Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: BankInternalID

      Returns:
      this.
    • bankName

      @Nonnull public Bank.BankBuilder bankName(@Nullable String bankName)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: BankName

      Returns:
      this.
    • region

      @Nonnull public Bank.BankBuilder region(@Nullable String region)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Region

      Returns:
      this.
    • streetName

      @Nonnull public Bank.BankBuilder streetName(@Nullable String streetName)
      Constraints: Not nullable, Maximum length: 35

      Original property name from the Odata EDM: StreetName

      Returns:
      this.
    • cityName

      @Nonnull public Bank.BankBuilder cityName(@Nullable String cityName)
      Constraints: Not nullable, Maximum length: 35

      Original property name from the Odata EDM: CityName

      Returns:
      this.
    • sWIFTCode

      @Nonnull public Bank.BankBuilder sWIFTCode(@Nullable String sWIFTCode)
      Constraints: Not nullable, Maximum length: 11

      Original property name from the Odata EDM: SWIFTCode

      Returns:
      this.
    • bankNetworkGrouping

      @Nonnull public Bank.BankBuilder bankNetworkGrouping(@Nullable String bankNetworkGrouping)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: BankNetworkGrouping

      Returns:
      this.
    • isMarkedForDeletion

      @Nonnull public Bank.BankBuilder isMarkedForDeletion(@Nullable Boolean isMarkedForDeletion)
      Constraints: Not nullable

      Original property name from the Odata EDM: IsMarkedForDeletion

      Returns:
      this.
    • bank

      @Nonnull public Bank.BankBuilder bank(@Nullable String bank)
      Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: Bank

      Returns:
      this.
    • branch

      @Nonnull public Bank.BankBuilder branch(@Nullable String branch)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Branch

      Returns:
      this.
    • bankCategory

      @Nonnull public Bank.BankBuilder bankCategory(@Nullable String bankCategory)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BankCategory

      Returns:
      this.
    • _Messages

      @Nonnull public Bank.BankBuilder _Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public Bank build()
    • toString

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