Class BusinessPartnerBank.BusinessPartnerBankBuilder
- Enclosing class:
- BusinessPartnerBank
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationGroup(String authorizationGroup) Constraints: Not nullable, Maximum length: 4bankAccount(String bankAccount) Constraints: Not nullable, Maximum length: 18bankAccountHolderName(String bankAccountHolderName) Constraints: Not nullable, Maximum length: 60bankAccountName(String bankAccountName) Constraints: Not nullable, Maximum length: 40bankAccountReferenceText(String bankAccountReferenceText) Constraints: Not nullable, Maximum length: 20bankControlKey(String bankControlKey) Constraints: Not nullable, Maximum length: 2bankCountryKey(String bankCountryKey) Constraints: Not nullable, Maximum length: 3bankIdentification(String bankIdentification) (Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 60bankNumber(String bankNumber) Constraints: Not nullable, Maximum length: 15build()businessPartner(String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 35collectionAuthInd(Boolean collectionAuthInd) Constraints: noneConstraints: Not nullable, Maximum length: 34iBANValidityStartDate(LocalDateTime iBANValidityStartDate) Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 11toString()validityEndDate(ZonedDateTime validityEndDate) Constraints: Not nullable, Precision: 0validityStartDate(ZonedDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
businessPartner
@Nonnull public BusinessPartnerBank.BusinessPartnerBankBuilder businessPartner(@Nullable String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
this.
-
bankIdentification
@Nonnull public BusinessPartnerBank.BusinessPartnerBankBuilder bankIdentification(@Nullable String bankIdentification) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BankIdentification
- Returns:
this.
-
bankCountryKey
@Nonnull public BusinessPartnerBank.BusinessPartnerBankBuilder bankCountryKey(@Nullable String bankCountryKey) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BankCountryKey
- Returns:
this.
-
bankName
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BankName
- Returns:
this.
-
bankNumber
@Nonnull public BusinessPartnerBank.BusinessPartnerBankBuilder bankNumber(@Nullable String bankNumber) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: BankNumber
- Returns:
this.
-
sWIFTCode
@Nonnull public BusinessPartnerBank.BusinessPartnerBankBuilder sWIFTCode(@Nullable String sWIFTCode) Constraints: Not nullable, Maximum length: 11Original property name from the Odata EDM: SWIFTCode
- Returns:
this.
-
bankControlKey
@Nonnull public BusinessPartnerBank.BusinessPartnerBankBuilder bankControlKey(@Nullable String bankControlKey) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BankControlKey
- Returns:
this.
-
bankAccountHolderName
@Nonnull public BusinessPartnerBank.BusinessPartnerBankBuilder bankAccountHolderName(@Nullable String bankAccountHolderName) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BankAccountHolderName
- Returns:
this.
-
bankAccountName
@Nonnull public BusinessPartnerBank.BusinessPartnerBankBuilder bankAccountName(@Nullable String bankAccountName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: BankAccountName
- Returns:
this.
-
validityStartDate
@Nonnull public BusinessPartnerBank.BusinessPartnerBankBuilder validityStartDate(@Nullable ZonedDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
validityEndDate
@Nonnull public BusinessPartnerBank.BusinessPartnerBankBuilder validityEndDate(@Nullable ZonedDateTime validityEndDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
iBAN
Constraints: Not nullable, Maximum length: 34Original property name from the Odata EDM: IBAN
- Returns:
this.
-
iBANValidityStartDate
@Nonnull public BusinessPartnerBank.BusinessPartnerBankBuilder iBANValidityStartDate(@Nullable LocalDateTime iBANValidityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: IBANValidityStartDate
- Returns:
this.
-
bankAccount
@Nonnull public BusinessPartnerBank.BusinessPartnerBankBuilder bankAccount(@Nullable String bankAccount) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: BankAccount
- Returns:
this.
-
bankAccountReferenceText
@Nonnull public BusinessPartnerBank.BusinessPartnerBankBuilder bankAccountReferenceText(@Nullable String bankAccountReferenceText) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: BankAccountReferenceText
- Returns:
this.
-
collectionAuthInd
@Nonnull public BusinessPartnerBank.BusinessPartnerBankBuilder collectionAuthInd(@Nullable Boolean collectionAuthInd) Constraints: noneOriginal property name from the Odata EDM: CollectionAuthInd
- Returns:
this.
-
cityName
Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: CityName
- Returns:
this.
-
authorizationGroup
@Nonnull public BusinessPartnerBank.BusinessPartnerBankBuilder authorizationGroup(@Nullable String authorizationGroup) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Returns:
this.
-
build
-
toString
-