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