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