Class ClearingAccountingDocument.ClearingAccountingDocumentBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.ClearingAccountingDocument.ClearingAccountingDocumentBuilder
- Enclosing class:
- ClearingAccountingDocument
-
Method Summary
Modifier and TypeMethodDescriptionbuild()clearingAccountingDocument_ID(String clearingAccountingDocument_ID) (Key Field) Constraints: Not nullable, Maximum length: 10companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4companyCodeName(String companyCodeName) Constraints: nonefiscalYear(String fiscalYear) (Key Field) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
clearingAccountingDocument_ID
@Nonnull public ClearingAccountingDocument.ClearingAccountingDocumentBuilder clearingAccountingDocument_ID(@Nullable String clearingAccountingDocument_ID) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ClearingAccountingDocument_ID
- Returns:
this.
-
companyCode
@Nonnull public ClearingAccountingDocument.ClearingAccountingDocumentBuilder companyCode(@Nullable String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
companyCodeName
@Nonnull public ClearingAccountingDocument.ClearingAccountingDocumentBuilder companyCodeName(@Nullable String companyCodeName) Constraints: noneOriginal property name from the Odata EDM: CompanyCodeName
- Returns:
this.
-
fiscalYear
@Nonnull public ClearingAccountingDocument.ClearingAccountingDocumentBuilder fiscalYear(@Nullable String fiscalYear) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FiscalYear
- Returns:
this.
-
build
-
toString
-