Class InvestmentActivityType.InvestmentActivityTypeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.InvestmentActivityType.InvestmentActivityTypeBuilder
- Enclosing class:
- InvestmentActivityType
Helper class to allow for fluent creation of InvestmentActivityType instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_CnsldtnInvmtActyTypeT for InvestmentActivityType to multiple InvestmentActivityTypeText.investmentActivityType(String investmentActivityType) (Key Field) Constraints: Not nullable, Maximum length: 2investmentActivityType_Text(String investmentActivityType_Text) Constraints: Not nullable, Maximum length: 60toString()
-
Method Details
-
cnsldtnInvmtActyTypeT
@Nonnull public InvestmentActivityType.InvestmentActivityTypeBuilder cnsldtnInvmtActyTypeT(InvestmentActivityTypeText... value) Navigation property to_CnsldtnInvmtActyTypeT for InvestmentActivityType to multiple InvestmentActivityTypeText.- Parameters:
value- The InvestmentActivityTypeTexts to build this InvestmentActivityType with.- Returns:
- This Builder to allow for a fluent interface.
-
investmentActivityType
@Nonnull public InvestmentActivityType.InvestmentActivityTypeBuilder investmentActivityType(@Nullable String investmentActivityType) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: InvestmentActivityType
- Returns:
this.
-
investmentActivityType_Text
@Nonnull public InvestmentActivityType.InvestmentActivityTypeBuilder investmentActivityType_Text(@Nullable String investmentActivityType_Text) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: InvestmentActivityType_Text
- Returns:
this.
-
build
-
toString
-