Class FundText.FundTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund.FundText.FundTextBuilder
- Enclosing class:
- FundText
Helper class to allow for fluent creation of FundText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()financialManagementArea(String financialManagementArea) (Key Field) Constraints: Not nullable, Maximum length: 4Navigation property to_Fund for FundText to single FundCore.(Key Field) Constraints: Not nullable, Maximum length: 10fundDescription(String fundDescription) Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
fund
Navigation property to_Fund for FundText to single FundCore.- Parameters:
value- The FundCore to build this FundText with.- Returns:
- This Builder to allow for a fluent interface.
-
fund
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Fund
- Parameters:
value- The fund to build this FundText with.- Returns:
- This Builder to allow for a fluent interface.
-
financialManagementArea
@Nonnull public FundText.FundTextBuilder financialManagementArea(@Nullable String financialManagementArea) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FinancialManagementArea
- Returns:
this.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
fundName
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: FundName
- Returns:
this.
-
fundDescription
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: FundDescription
- Returns:
this.
-
build
-
toString
-