Class ChartOfAccounts.ChartOfAccountsBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.chartofaccounts.ChartOfAccounts.ChartOfAccountsBuilder
- Enclosing class:
- ChartOfAccounts
Helper class to allow for fluent creation of ChartOfAccounts instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()chartOfAccounts(String chartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 4chartOfAcctsIsBlocked(Boolean chartOfAcctsIsBlocked) Constraints: nonecorporateGroupChartOfAccounts(String corporateGroupChartOfAccounts) Constraints: Not nullable, Maximum length: 4maintenanceLanguage(String maintenanceLanguage) Constraints: Not nullable, Maximum length: 2text(ChartOfAccountsText... value) Navigation property to_Text for ChartOfAccounts to multiple ChartOfAccountsText.toString()
-
Method Details
-
text
Navigation property to_Text for ChartOfAccounts to multiple ChartOfAccountsText.- Parameters:
value- The ChartOfAccountsTexts to build this ChartOfAccounts with.- Returns:
- This Builder to allow for a fluent interface.
-
chartOfAccounts
@Nonnull public ChartOfAccounts.ChartOfAccountsBuilder chartOfAccounts(@Nullable String chartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ChartOfAccounts
- Returns:
this.
-
corporateGroupChartOfAccounts
@Nonnull public ChartOfAccounts.ChartOfAccountsBuilder corporateGroupChartOfAccounts(@Nullable String corporateGroupChartOfAccounts) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CorporateGroupChartOfAccounts
- Returns:
this.
-
chartOfAcctsIsBlocked
@Nonnull public ChartOfAccounts.ChartOfAccountsBuilder chartOfAcctsIsBlocked(@Nullable Boolean chartOfAcctsIsBlocked) Constraints: noneOriginal property name from the Odata EDM: ChartOfAcctsIsBlocked
- Returns:
this.
-
maintenanceLanguage
@Nonnull public ChartOfAccounts.ChartOfAccountsBuilder maintenanceLanguage(@Nullable String maintenanceLanguage) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MaintenanceLanguage
- Returns:
this.
-
build
-
toString
-