Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder.PurOrdPricingElement
Packages that use PurOrdPricingElement
Package
Description
-
Uses of PurOrdPricingElement in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder with type parameters of type PurOrdPricingElementModifier and TypeFieldDescriptionstatic final PurchaseOrderItemLink<PurOrdPricingElement>PurchaseOrderItem.TO_PURCHASE_ORDER_PRICING_ELEMENTUse with available fluent helpers to apply the to_PurchaseOrderPricingElement navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder that return PurOrdPricingElementModifier and TypeMethodDescriptionPurOrdPricingElement.PurOrdPricingElementBuilder.build()protected PurOrdPricingElementPurOrdPricingElementCreateFluentHelper.getEntity()protected PurOrdPricingElementPurOrdPricingElementDeleteFluentHelper.getEntity()protected PurOrdPricingElementPurOrdPricingElementUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder that return types with arguments of type PurOrdPricingElementModifier and TypeMethodDescriptionPurchaseOrderItem.fetchPurchaseOrderPricingElement()Fetches the PurOrdPricingElement entities (one to many) associated with this entity.protected Class<PurOrdPricingElement>PurOrdPricingElementByKeyFluentHelper.getEntityClass()protected Class<PurOrdPricingElement>PurOrdPricingElementFluentHelper.getEntityClass()io.vavr.control.Option<List<PurOrdPricingElement>>PurchaseOrderItem.getPurchaseOrderPricingElementIfPresent()Retrieval of associated PurOrdPricingElement entities (one to many).PurchaseOrderItem.getPurchaseOrderPricingElementOrFetch()Retrieval of associated PurOrdPricingElement entities (one to many).PurOrdPricingElement.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder with parameters of type PurOrdPricingElementModifier and TypeMethodDescriptionvoidPurchaseOrderItem.addPurchaseOrderPricingElement(PurOrdPricingElement... entity) Adds elements to the list of associated PurOrdPricingElement entities.PurchaseOrderItem.PurchaseOrderItemBuilder.purchaseOrderPricingElement(PurOrdPricingElement... value) Navigation property to_PurchaseOrderPricingElement for PurchaseOrderItem to multiple PurOrdPricingElement.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder with type arguments of type PurOrdPricingElementModifier and TypeMethodDescriptionvoidPurchaseOrderItem.setPurchaseOrderPricingElement(List<PurOrdPricingElement> value) Overwrites the list of associated PurOrdPricingElement entities for the loaded navigation property to_PurchaseOrderPricingElement.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder with parameters of type PurOrdPricingElementModifierConstructorDescriptionPurOrdPricingElementCreateFluentHelper(String servicePath, PurOrdPricingElement entity, String entityCollection) Creates a fluent helper object that will create aPurOrdPricingElemententity on the OData endpoint.PurOrdPricingElementDeleteFluentHelper(String servicePath, PurOrdPricingElement entity, String entityCollection) Creates a fluent helper object that will delete aPurOrdPricingElemententity on the OData endpoint.PurOrdPricingElementUpdateFluentHelper(String servicePath, PurOrdPricingElement entity, String entityCollection) Creates a fluent helper object that will update aPurOrdPricingElemententity on the OData endpoint. -
Uses of PurOrdPricingElement in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder.batch with parameters of type PurOrdPricingElementModifier and TypeMethodDescriptionDefaultPurchaseOrderServiceBatchChangeSet.createPurOrdPricingElement(PurOrdPricingElement purOrdPricingElement) PurchaseOrderServiceBatchChangeSet.createPurOrdPricingElement(PurOrdPricingElement purOrdPricingElement) Create a newPurOrdPricingElemententity and save it to the S/4HANA system.DefaultPurchaseOrderServiceBatchChangeSet.deletePurOrdPricingElement(PurOrdPricingElement purOrdPricingElement) PurchaseOrderServiceBatchChangeSet.deletePurOrdPricingElement(PurOrdPricingElement purOrdPricingElement) Deletes an existingPurOrdPricingElemententity in the S/4HANA system.DefaultPurchaseOrderServiceBatchChangeSet.updatePurOrdPricingElement(PurOrdPricingElement purOrdPricingElement) PurchaseOrderServiceBatchChangeSet.updatePurOrdPricingElement(PurOrdPricingElement purOrdPricingElement) Update an existingPurOrdPricingElemententity and save it to the S/4HANA system. -
Uses of PurOrdPricingElement in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder.link that return types with arguments of type PurOrdPricingElementModifier and TypeMethodDescriptionPurOrdPricingElementOneToOneLink.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.purchaseorder.link with type arguments of type PurOrdPricingElementModifier and TypeMethodDescriptionprotected PurOrdPricingElementLink<ObjectT>PurOrdPricingElementLink.translateLinkType(EntityLink<PurOrdPricingElementLink<ObjectT>, PurOrdPricingElement, ObjectT> link) -
Uses of PurOrdPricingElement in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type PurOrdPricingElementModifier and TypeMethodDescriptionDefaultPurchaseOrderService.createPurOrdPricingElement(PurOrdPricingElement purOrdPricingElement) Deprecated.PurchaseOrderService.createPurOrdPricingElement(PurOrdPricingElement purOrdPricingElement) Deprecated.Create a newPurOrdPricingElemententity and save it to the S/4HANA system.DefaultPurchaseOrderService.deletePurOrdPricingElement(PurOrdPricingElement purOrdPricingElement) Deprecated.PurchaseOrderService.deletePurOrdPricingElement(PurOrdPricingElement purOrdPricingElement) Deprecated.Deletes an existingPurOrdPricingElemententity in the S/4HANA system.DefaultPurchaseOrderService.updatePurOrdPricingElement(PurOrdPricingElement purOrdPricingElement) Deprecated.PurchaseOrderService.updatePurOrdPricingElement(PurOrdPricingElement purOrdPricingElement) Deprecated.Update an existingPurOrdPricingElemententity and save it to the S/4HANA system.