Class HouseBankAccount.HouseBankAccountBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.HouseBankAccount.HouseBankAccountBuilder
- Enclosing class:
- HouseBankAccount
-
Method Summary
Modifier and TypeMethodDescriptionbuild()companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4companyCodeName(String companyCodeName) Constraints: none(Key Field) Constraints: Not nullable, Maximum length: 5houseBankAccount_ID(String houseBankAccount_ID) (Key Field) Constraints: Not nullable, Maximum length: 5houseBankAccountText(String houseBankAccountText) Constraints: nonetoString()
-
Method Details
-
houseBankAccount_ID
@Nonnull public HouseBankAccount.HouseBankAccountBuilder houseBankAccount_ID(@Nullable String houseBankAccount_ID) (Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: HouseBankAccount_ID
- Returns:
this.
-
houseBankAccountText
@Nonnull public HouseBankAccount.HouseBankAccountBuilder houseBankAccountText(@Nullable String houseBankAccountText) Constraints: noneOriginal property name from the Odata EDM: HouseBankAccountText
- Returns:
this.
-
companyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
companyCodeName
@Nonnull public HouseBankAccount.HouseBankAccountBuilder companyCodeName(@Nullable String companyCodeName) Constraints: noneOriginal property name from the Odata EDM: CompanyCodeName
- Returns:
this.
-
houseBank
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: HouseBank
- Returns:
this.
-
build
-
toString
-