Class OffsettingAccount.OffsettingAccountBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.OffsettingAccount.OffsettingAccountBuilder
- Enclosing class:
- OffsettingAccount
-
Method Summary
Modifier and TypeMethodDescriptionbuild()offsettingAccount_ID(String offsettingAccount_ID) (Key Field) Constraints: Not nullable, Maximum length: 10offsettingAccountText(String offsettingAccountText) Constraints: noneoffsettingAccountType(String offsettingAccountType) (Key Field) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
offsettingAccount_ID
@Nonnull public OffsettingAccount.OffsettingAccountBuilder offsettingAccount_ID(@Nullable String offsettingAccount_ID) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: OffsettingAccount_ID
- Returns:
this.
-
offsettingAccountText
@Nonnull public OffsettingAccount.OffsettingAccountBuilder offsettingAccountText(@Nullable String offsettingAccountText) Constraints: noneOriginal property name from the Odata EDM: OffsettingAccountText
- Returns:
this.
-
offsettingAccountType
@Nonnull public OffsettingAccount.OffsettingAccountBuilder offsettingAccountType(@Nullable String offsettingAccountType) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: OffsettingAccountType
- Returns:
this.
-
build
-
toString
-