Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.PurContrItemCondition
Packages that use PurContrItemCondition
Package
Description
-
Uses of PurContrItemCondition in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract with type parameters of type PurContrItemConditionModifier and TypeFieldDescriptionstatic final PurchaseContractItemLink<PurContrItemCondition>PurchaseContractItem.TO_PUR_CONTR_ITEM_CONDITIONUse with available fluent helpers to apply the to_PurContrItemCondition navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract that return PurContrItemConditionMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract that return types with arguments of type PurContrItemConditionModifier and TypeMethodDescriptionPurchaseContractItem.fetchPurContrItemCondition()Fetches the PurContrItemCondition entities (one to many) associated with this entity.protected Class<PurContrItemCondition>PurContrItemConditionByKeyFluentHelper.getEntityClass()protected Class<PurContrItemCondition>PurContrItemConditionFluentHelper.getEntityClass()io.vavr.control.Option<List<PurContrItemCondition>>PurchaseContractItem.getPurContrItemConditionIfPresent()Retrieval of associated PurContrItemCondition entities (one to many).PurchaseContractItem.getPurContrItemConditionOrFetch()Retrieval of associated PurContrItemCondition entities (one to many).PurContrItemCondition.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract with parameters of type PurContrItemConditionModifier and TypeMethodDescriptionvoidPurchaseContractItem.addPurContrItemCondition(PurContrItemCondition... entity) Adds elements to the list of associated PurContrItemCondition entities.PurchaseContractItem.PurchaseContractItemBuilder.purContrItemCondition(PurContrItemCondition... value) Navigation property to_PurContrItemCondition for PurchaseContractItem to multiple PurContrItemCondition.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract with type arguments of type PurContrItemConditionModifier and TypeMethodDescriptionvoidPurchaseContractItem.setPurContrItemCondition(List<PurContrItemCondition> value) Overwrites the list of associated PurContrItemCondition entities for the loaded navigation property to_PurContrItemCondition.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract with type arguments of type PurContrItemConditionModifierConstructorDescriptionPurchaseContractItem(String purchaseContract, String purchaseContractItem, String purchasingContractDeletionCode, String purchaseContractItemText, String companyCode, String plant, String storageLocation, String requirementTracking, String materialGroup, String supplierMaterialNumber, String orderQuantityUnit, BigDecimal targetQuantity, BigDecimal purgDocReleaseOrderQuantity, String orderPriceUnit, BigDecimal orderPriceUnitToOrderUnitNmrtr, BigDecimal ordPriceUnitToOrderUnitDnmntr, BigDecimal contractNetPriceAmount, String documentCurrency, BigDecimal netPriceQuantity, String taxCode, String taxCountry, LocalDateTime taxDeterminationDate, String stockType, String isInfoRecordUpdated, Boolean priceIsToBePrinted, Boolean purgDocEstimatedPrice, BigDecimal noDaysReminder1, BigDecimal noDaysReminder2, BigDecimal noDaysReminder3, BigDecimal plannedDeliveryDurationInDays, BigDecimal overdelivTolrtdLmtRatioInPct, Boolean unlimitedOverdeliveryIsAllowed, BigDecimal underdelivTolrtdLmtRatioInPct, String purchasingDocumentItemCategory, String accountAssignmentCategory, String multipleAcctAssgmtDistribution, Boolean goodsReceiptIsExpected, Boolean goodsReceiptIsNonValuated, Boolean invoiceIsExpected, Boolean invoiceIsGoodsReceiptBased, Boolean isOrderAcknRqd, String purgDocOrderAcknNumber, String shippingInstruction, String manualDeliveryAddressID, String volumeUnit, String subcontractor, Boolean evaldRcptSettlmtIsAllowed, String material, String servicePerformer, String productType, String materialType, String purContractItmReplnmtElmntType, String formattedPurchaseContractItem, String purchasingParentItem, PurchaseContract toPurchaseContract, List<PurContrItemCondition> toPurContrItemCondition, List<PurCtrAccount> toPurCtrAccount, List<PurCtrAddress> toPurCtrAddress) -
Uses of PurContrItemCondition in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.link that return types with arguments of type PurContrItemConditionModifier and TypeMethodDescriptionPurContrItemConditionOneToOneLink.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.purchasecontract.link with type arguments of type PurContrItemConditionModifier and TypeMethodDescriptionprotected PurContrItemConditionLink<ObjectT>PurContrItemConditionLink.translateLinkType(EntityLink<PurContrItemConditionLink<ObjectT>, PurContrItemCondition, ObjectT> link)