Class AlternativeGLAccount.AlternativeGLAccountBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.AlternativeGLAccount.AlternativeGLAccountBuilder
- Enclosing class:
- AlternativeGLAccount
-
Method Summary
Modifier and TypeMethodDescriptionalternativeGLAccount_ID(String alternativeGLAccount_ID) (Key Field) Constraints: Not nullable, Maximum length: 10alternativeGLAccountText(String alternativeGLAccountText) Constraints: nonebuild()countryChartOfAccounts(String countryChartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
alternativeGLAccount_ID
@Nonnull public AlternativeGLAccount.AlternativeGLAccountBuilder alternativeGLAccount_ID(@Nullable String alternativeGLAccount_ID) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: AlternativeGLAccount_ID
- Returns:
this.
-
alternativeGLAccountText
@Nonnull public AlternativeGLAccount.AlternativeGLAccountBuilder alternativeGLAccountText(@Nullable String alternativeGLAccountText) Constraints: noneOriginal property name from the Odata EDM: AlternativeGLAccountText
- Returns:
this.
-
countryChartOfAccounts
@Nonnull public AlternativeGLAccount.AlternativeGLAccountBuilder countryChartOfAccounts(@Nullable String countryChartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CountryChartOfAccounts
- Returns:
this.
-
build
-
toString
-