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