Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.PurContrItmCndnAmount
Packages that use PurContrItmCndnAmount
Package
Description
-
Uses of PurContrItmCndnAmount in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with type parameters of type PurContrItmCndnAmountModifier and TypeFieldDescriptionstatic final PurContrItmCndnScalesOneToOneLink<PurContrItmCndnAmount>PurContrItmCndnScales.TO_PUR_CONTR_ITM_CNDN_AMOUNTUse with available fluent helpers to apply the to_PurContrItmCndnAmount navigation property to query operations.static final PurContrItmCndnValdtyLink<PurContrItmCndnAmount>PurContrItmCndnValdty.TO_PUR_CONTR_ITM_CNDN_AMOUNTUse with available fluent helpers to apply the to_PurContrItmCndnAmount navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 that return PurContrItmCndnAmountModifier and TypeMethodDescriptionPurContrItmCndnAmount.PurContrItmCndnAmountBuilder.build()PurContrItmCndnScales.fetchPurContrItmCndnAmount()Fetches the PurContrItmCndnAmount entity (one to one) associated with this entity.PurContrItmCndnScales.getPurContrItmCndnAmountOrFetch()Retrieval of associated PurContrItmCndnAmount entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 that return types with arguments of type PurContrItmCndnAmountModifier and TypeMethodDescriptionPurContrItmCndnValdty.fetchPurContrItmCndnAmount()Fetches the PurContrItmCndnAmount entities (one to many) associated with this entity.protected Class<PurContrItmCndnAmount>PurContrItmCndnAmountByKeyFluentHelper.getEntityClass()protected Class<PurContrItmCndnAmount>PurContrItmCndnAmountFluentHelper.getEntityClass()io.vavr.control.Option<PurContrItmCndnAmount>PurContrItmCndnScales.getPurContrItmCndnAmountIfPresent()Retrieval of associated PurContrItmCndnAmount entity (one to one).io.vavr.control.Option<List<PurContrItmCndnAmount>>PurContrItmCndnValdty.getPurContrItmCndnAmountIfPresent()Retrieval of associated PurContrItmCndnAmount entities (one to many).PurContrItmCndnValdty.getPurContrItmCndnAmountOrFetch()Retrieval of associated PurContrItmCndnAmount entities (one to many).PurContrItmCndnAmount.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with parameters of type PurContrItmCndnAmountModifier and TypeMethodDescriptionvoidPurContrItmCndnValdty.addPurContrItmCndnAmount(PurContrItmCndnAmount... entity) Adds elements to the list of associated PurContrItmCndnAmount entities.PurContrItmCndnScales.PurContrItmCndnScalesBuilder.purContrItmCndnAmount(PurContrItmCndnAmount value) Navigation property to_PurContrItmCndnAmount for PurContrItmCndnScales to single PurContrItmCndnAmount.PurContrItmCndnValdty.PurContrItmCndnValdtyBuilder.purContrItmCndnAmount(PurContrItmCndnAmount... value) Navigation property to_PurContrItmCndnAmount for PurContrItmCndnValdty to multiple PurContrItmCndnAmount.voidPurContrItmCndnScales.setPurContrItmCndnAmount(PurContrItmCndnAmount value) Overwrites the associated PurContrItmCndnAmount entity for the loaded navigation property to_PurContrItmCndnAmount.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with type arguments of type PurContrItmCndnAmountModifier and TypeMethodDescriptionvoidPurContrItmCndnValdty.setPurContrItmCndnAmount(List<PurContrItmCndnAmount> value) Overwrites the list of associated PurContrItmCndnAmount entities for the loaded navigation property to_PurContrItmCndnAmount.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with parameters of type PurContrItmCndnAmountModifierConstructorDescriptionPurContrItmCndnScales(String purchaseContract, String purchaseContractItem, String conditionRecord, String conditionSequentialNumber, LocalDateTime conditionValidityEndDate, String conditionScaleLine, BigDecimal conditionScaleQuantity, String conditionScaleQuantityUnit, BigDecimal conditionScaleAmount, String conditionScaleAmountCurrency, BigDecimal conditionRateValue, String conditionRateValueUnit, BigDecimal conditionRateRatio, String conditionRateRatioUnit, BigDecimal conditionRateAmount, String conditionCurrency, Boolean conditionScaleIsDeleted, String pricingScaleType, BigDecimal conditionQuantity, String conditionQuantityUnit, PurContrItmCndnAmount toPurContrItmCndnAmount, PurchaseContract toPurchaseContract) Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with type arguments of type PurContrItmCndnAmountModifierConstructorDescriptionPurContrItmCndnValdty(String purchaseContract, String purchaseContractItem, String conditionRecord, LocalDateTime conditionValidityEndDate, String conditionApplication, String conditionType, Boolean conditionIsDeleted, String plant, LocalDateTime conditionValidityStartDate, PurchaseContractItem toPurchaseContractItem, PurchaseContract toPurchaseContract, List<PurContrItmCndnAmount> toPurContrItmCndnAmount) -
Uses of PurContrItmCndnAmount in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.link that return types with arguments of type PurContrItmCndnAmountModifier and TypeMethodDescriptionPurContrItmCndnAmountOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.link with type arguments of type PurContrItmCndnAmountModifier and TypeMethodDescriptionprotected PurContrItmCndnAmountLink<ObjectT>PurContrItmCndnAmountLink.translateLinkType(EntityLink<PurContrItmCndnAmountLink<ObjectT>, PurContrItmCndnAmount, ObjectT> link)