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