Class FixedAssetAcquisitionLedger.FixedAssetAcquisitionLedgerBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition.FixedAssetAcquisitionLedger.FixedAssetAcquisitionLedgerBuilder
- Enclosing class:
- FixedAssetAcquisitionLedger
public static final class FixedAssetAcquisitionLedger.FixedAssetAcquisitionLedgerBuilder
extends Object
Helper class to allow for fluent creation of FixedAssetAcquisitionLedger instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property _FixedAssetPosting for FixedAssetAcquisitionLedger to single FixedAssetAcquisition.fixedAssetPostingUUID(UUID fixedAssetPostingUUID) (Key Field) Constraints: Not nullableNavigation property _FixedAssetPostingValuation for FixedAssetAcquisitionLedger to multiple FixedAssetAcqnValuation.(Key Field) Constraints: Not nullable, Maximum length: 2referenceDocumentItem(String referenceDocumentItem) (Key Field) Constraints: Not nullable, Maximum length: 6toString()
-
Method Details
-
fixedAssetPosting
@Nonnull public FixedAssetAcquisitionLedger.FixedAssetAcquisitionLedgerBuilder fixedAssetPosting(FixedAssetAcquisition value) Navigation property _FixedAssetPosting for FixedAssetAcquisitionLedger to single FixedAssetAcquisition.- Parameters:
value- The FixedAssetAcquisition to build this FixedAssetAcquisitionLedger with.- Returns:
- This Builder to allow for a fluent interface.
-
fixedAssetPostingValuation
@Nonnull public FixedAssetAcquisitionLedger.FixedAssetAcquisitionLedgerBuilder fixedAssetPostingValuation(FixedAssetAcqnValuation... value) Navigation property _FixedAssetPostingValuation for FixedAssetAcquisitionLedger to multiple FixedAssetAcqnValuation.- Parameters:
value- The FixedAssetAcqnValuations to build this FixedAssetAcquisitionLedger with.- Returns:
- This Builder to allow for a fluent interface.
-
fixedAssetPostingUUID
@Nonnull public FixedAssetAcquisitionLedger.FixedAssetAcquisitionLedgerBuilder fixedAssetPostingUUID(@Nullable UUID fixedAssetPostingUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: FixedAssetPostingUUID
- Returns:
this.
-
referenceDocumentItem
@Nonnull public FixedAssetAcquisitionLedger.FixedAssetAcquisitionLedgerBuilder referenceDocumentItem(@Nullable String referenceDocumentItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ReferenceDocumentItem
- Returns:
this.
-
ledger
@Nonnull public FixedAssetAcquisitionLedger.FixedAssetAcquisitionLedgerBuilder ledger(@Nullable String ledger) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Ledger
- Returns:
this.
-
build
-
toString
-