Class AccountingDocument.AccountingDocumentBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.AccountingDocument.AccountingDocumentBuilder
- Enclosing class:
- AccountingDocument
-
Method Summary
Modifier and TypeMethodDescriptionaccountingDocumentType_ID(String accountingDocumentType_ID) (Key Field) Constraints: Not nullable, Maximum length: 2accountingDocumentTypeText(String accountingDocumentTypeText) Constraints: nonebuild()toString()
-
Method Details
-
accountingDocumentType_ID
@Nonnull public AccountingDocument.AccountingDocumentBuilder accountingDocumentType_ID(@Nullable String accountingDocumentType_ID) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: AccountingDocumentType_ID
- Returns:
this.
-
accountingDocumentTypeText
@Nonnull public AccountingDocument.AccountingDocumentBuilder accountingDocumentTypeText(@Nullable String accountingDocumentTypeText) Constraints: noneOriginal property name from the Odata EDM: AccountingDocumentTypeText
- Returns:
this.
-
build
-
toString
-