Class BreakdownCategoryText.BreakdownCategoryTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.BreakdownCategoryText.BreakdownCategoryTextBuilder
- Enclosing class:
- BreakdownCategoryText
Helper class to allow for fluent creation of BreakdownCategoryText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbreakdownCategory(String breakdownCategory) (Key Field) Constraints: Not nullable, Maximum length: 4breakdownCategoryText(String breakdownCategoryText) Constraints: Not nullable, Maximum length: 30build()Navigation property to_CnsldtnBreakdownCategory for BreakdownCategoryText to single BreakdownCategory.consolidationChartOfAccounts(String consolidationChartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 2consolidationChartOfAccounts_Text(String consolidationChartOfAccounts_Text) Constraints: Not nullable, Maximum length: 30(Key Field) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
cnsldtnBreakdownCategory
@Nonnull public BreakdownCategoryText.BreakdownCategoryTextBuilder cnsldtnBreakdownCategory(BreakdownCategory value) Navigation property to_CnsldtnBreakdownCategory for BreakdownCategoryText to single BreakdownCategory.- Parameters:
value- The BreakdownCategory to build this BreakdownCategoryText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
@Nonnull public BreakdownCategoryText.BreakdownCategoryTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
consolidationChartOfAccounts
@Nonnull public BreakdownCategoryText.BreakdownCategoryTextBuilder consolidationChartOfAccounts(@Nullable String consolidationChartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ConsolidationChartOfAccounts
- Returns:
this.
-
consolidationChartOfAccounts_Text
@Nonnull public BreakdownCategoryText.BreakdownCategoryTextBuilder consolidationChartOfAccounts_Text(@Nullable String consolidationChartOfAccounts_Text) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ConsolidationChartOfAccounts_Text
- Returns:
this.
-
breakdownCategory
@Nonnull public BreakdownCategoryText.BreakdownCategoryTextBuilder breakdownCategory(@Nullable String breakdownCategory) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BreakdownCategory
- Returns:
this.
-
breakdownCategoryText
@Nonnull public BreakdownCategoryText.BreakdownCategoryTextBuilder breakdownCategoryText(@Nullable String breakdownCategoryText) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: BreakdownCategoryText
- Returns:
this.
-
build
-
toString
-