Class BreakdownTypeText.BreakdownTypeTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.BreakdownTypeText.BreakdownTypeTextBuilder
- Enclosing class:
- BreakdownTypeText
Helper class to allow for fluent creation of BreakdownTypeText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbreakdownType(String breakdownType) (Key Field) Constraints: Not nullable, Maximum length: 1breakdownTypeText(String breakdownTypeText) Constraints: Not nullable, Maximum length: 60build()Navigation property to_CnsldtnBreakdownType for BreakdownTypeText to single BreakdownType.(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
cnsldtnBreakdownType
@Nonnull public BreakdownTypeText.BreakdownTypeTextBuilder cnsldtnBreakdownType(BreakdownType value) Navigation property to_CnsldtnBreakdownType for BreakdownTypeText to single BreakdownType.- Parameters:
value- The BreakdownType to build this BreakdownTypeText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
breakdownType
@Nonnull public BreakdownTypeText.BreakdownTypeTextBuilder breakdownType(@Nullable String breakdownType) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BreakdownType
- Returns:
this.
-
breakdownTypeText
@Nonnull public BreakdownTypeText.BreakdownTypeTextBuilder breakdownTypeText(@Nullable String breakdownTypeText) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BreakdownTypeText
- Returns:
this.
-
build
-
toString
-