Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition.FixedAssetAcqnValuation
Packages that use FixedAssetAcqnValuation
Package
Description
-
Uses of FixedAssetAcqnValuation in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition with type parameters of type FixedAssetAcqnValuationModifier and TypeFieldDescriptionstatic final SimpleProperty<FixedAssetAcqnValuation>FixedAssetAcqnValuation.ALL_FIELDSSelector for all available fields of FixedAssetAcqnValuation.static final SimpleProperty.String<FixedAssetAcqnValuation>FixedAssetAcqnValuation.ASSET_DEPRECIATION_AREAstatic final SimpleProperty.Guid<FixedAssetAcqnValuation>FixedAssetAcqnValuation.FIXED_ASSET_POSTING_UUIDstatic final SimpleProperty.String<FixedAssetAcqnValuation>FixedAssetAcqnValuation.LEDGERstatic final SimpleProperty.String<FixedAssetAcqnValuation>FixedAssetAcqnValuation.REFERENCE_DOCUMENT_ITEMFixedAssetAcqnValuation.TO__FIXED_ASSET_POSTINGUse with available request builders to apply the _FixedAssetPosting navigation property to query operations.FixedAssetAcqnValuation.TO__FIXED_ASSET_POSTING_LEDGERUse with available request builders to apply the _FixedAssetPostingLedger navigation property to query operations.FixedAssetAcquisition.TO__FIXED_ASSET_POSTING_VALUATIONUse with available request builders to apply the _FixedAssetPostingValuation navigation property to query operations.FixedAssetAcquisitionLedger.TO__FIXED_ASSET_POSTING_VALUATIONUse with available request builders to apply the _FixedAssetPostingValuation navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition that return FixedAssetAcqnValuationMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition that return types with arguments of type FixedAssetAcqnValuationModifier and TypeMethodDescriptionio.vavr.control.Option<List<FixedAssetAcqnValuation>>FixedAssetAcquisition.getFixedAssetPostingValuationIfPresent()Retrieval of associated FixedAssetAcqnValuation entities (one to many).io.vavr.control.Option<List<FixedAssetAcqnValuation>>FixedAssetAcquisitionLedger.getFixedAssetPostingValuationIfPresent()Retrieval of associated FixedAssetAcqnValuation entities (one to many).FixedAssetAcqnValuation.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition with parameters of type FixedAssetAcqnValuationModifier and TypeMethodDescriptionvoidFixedAssetAcquisition.addFixedAssetPostingValuation(FixedAssetAcqnValuation... entity) Adds elements to the list of associated FixedAssetAcqnValuation entities.voidFixedAssetAcquisitionLedger.addFixedAssetPostingValuation(FixedAssetAcqnValuation... entity) Adds elements to the list of associated FixedAssetAcqnValuation entities.FixedAssetAcquisition.FixedAssetAcquisitionBuilder.fixedAssetPostingValuation(FixedAssetAcqnValuation... value) Navigation property _FixedAssetPostingValuation for FixedAssetAcquisition to multiple FixedAssetAcqnValuation.FixedAssetAcquisitionLedger.FixedAssetAcquisitionLedgerBuilder.fixedAssetPostingValuation(FixedAssetAcqnValuation... value) Navigation property _FixedAssetPostingValuation for FixedAssetAcquisitionLedger to multiple FixedAssetAcqnValuation.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition with type arguments of type FixedAssetAcqnValuationModifier and TypeMethodDescriptionvoidFixedAssetAcquisition.setFixedAssetPostingValuation(List<FixedAssetAcqnValuation> value) Overwrites the list of associated FixedAssetAcqnValuation entities for the loaded navigation property _FixedAssetPostingValuation.voidFixedAssetAcquisitionLedger.setFixedAssetPostingValuation(List<FixedAssetAcqnValuation> value) Overwrites the list of associated FixedAssetAcqnValuation entities for the loaded navigation property _FixedAssetPostingValuation.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetpostassetacquisition with type arguments of type FixedAssetAcqnValuationModifierConstructorDescriptionFixedAssetAcquisitionLedger(UUID fixedAssetPostingUUID, String referenceDocumentItem, String ledger, FixedAssetAcquisition to_FixedAssetPosting, List<FixedAssetAcqnValuation> to_FixedAssetPostingValuation) -
Uses of FixedAssetAcqnValuation in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type FixedAssetAcqnValuationModifier and TypeMethodDescriptionDefaultFixedAssetPostAssetAcquisitionService.countFixedAssetAcquisitionValuation()Deprecated.FixedAssetPostAssetAcquisitionService.countFixedAssetAcquisitionValuation()Deprecated.Fetch the number of entries from theFixedAssetAcqnValuationentity collection matching the filter and search expressions.DefaultFixedAssetPostAssetAcquisitionService.getAllFixedAssetAcquisitionValuation()Deprecated.FixedAssetPostAssetAcquisitionService.getAllFixedAssetAcquisitionValuation()Deprecated.Fetch multipleFixedAssetAcqnValuationentities.DefaultFixedAssetPostAssetAcquisitionService.getFixedAssetAcquisitionValuationByKey(UUID fixedAssetPostingUUID, String referenceDocumentItem, String ledger, String assetDepreciationArea) Deprecated.FixedAssetPostAssetAcquisitionService.getFixedAssetAcquisitionValuationByKey(UUID fixedAssetPostingUUID, String referenceDocumentItem, String ledger, String assetDepreciationArea) Deprecated.Fetch a singleFixedAssetAcqnValuationentity using key fields.