Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder.PurchaseOrderNote
Packages that use PurchaseOrderNote
Package
Description
-
Uses of PurchaseOrderNote 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 PurchaseOrderNoteModifier and TypeFieldDescriptionstatic final PurchaseOrderLink<PurchaseOrderNote>PurchaseOrder.TO_PURCHASE_ORDER_NOTEUse with available fluent helpers to apply the to_PurchaseOrderNote navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder that return PurchaseOrderNoteModifier and TypeMethodDescriptionPurchaseOrderNote.PurchaseOrderNoteBuilder.build()protected PurchaseOrderNotePurchaseOrderNoteCreateFluentHelper.getEntity()protected PurchaseOrderNotePurchaseOrderNoteDeleteFluentHelper.getEntity()protected PurchaseOrderNotePurchaseOrderNoteUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder that return types with arguments of type PurchaseOrderNoteModifier and TypeMethodDescriptionPurchaseOrder.fetchPurchaseOrderNote()Fetches the PurchaseOrderNote entities (one to many) associated with this entity.protected Class<PurchaseOrderNote>PurchaseOrderNoteByKeyFluentHelper.getEntityClass()protected Class<PurchaseOrderNote>PurchaseOrderNoteFluentHelper.getEntityClass()io.vavr.control.Option<List<PurchaseOrderNote>>PurchaseOrder.getPurchaseOrderNoteIfPresent()Retrieval of associated PurchaseOrderNote entities (one to many).PurchaseOrder.getPurchaseOrderNoteOrFetch()Retrieval of associated PurchaseOrderNote entities (one to many).PurchaseOrderNote.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder with parameters of type PurchaseOrderNoteModifier and TypeMethodDescriptionvoidPurchaseOrder.addPurchaseOrderNote(PurchaseOrderNote... entity) Adds elements to the list of associated PurchaseOrderNote entities.PurchaseOrder.PurchaseOrderBuilder.purchaseOrderNote(PurchaseOrderNote... value) Navigation property to_PurchaseOrderNote for PurchaseOrder to multiple PurchaseOrderNote.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder with type arguments of type PurchaseOrderNoteModifier and TypeMethodDescriptionvoidPurchaseOrder.setPurchaseOrderNote(List<PurchaseOrderNote> value) Overwrites the list of associated PurchaseOrderNote entities for the loaded navigation property to_PurchaseOrderNote.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchaseorder with parameters of type PurchaseOrderNoteModifierConstructorDescriptionPurchaseOrderNoteCreateFluentHelper(String servicePath, PurchaseOrderNote entity, String entityCollection) Creates a fluent helper object that will create aPurchaseOrderNoteentity on the OData endpoint.PurchaseOrderNoteDeleteFluentHelper(String servicePath, PurchaseOrderNote entity, String entityCollection) Creates a fluent helper object that will delete aPurchaseOrderNoteentity on the OData endpoint.PurchaseOrderNoteUpdateFluentHelper(String servicePath, PurchaseOrderNote entity, String entityCollection) Creates a fluent helper object that will update aPurchaseOrderNoteentity on the OData endpoint. -
Uses of PurchaseOrderNote 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 PurchaseOrderNoteModifier and TypeMethodDescriptionDefaultPurchaseOrderServiceBatchChangeSet.createPurchaseOrderNote(PurchaseOrderNote purchaseOrderNote) PurchaseOrderServiceBatchChangeSet.createPurchaseOrderNote(PurchaseOrderNote purchaseOrderNote) Create a newPurchaseOrderNoteentity and save it to the S/4HANA system.DefaultPurchaseOrderServiceBatchChangeSet.deletePurchaseOrderNote(PurchaseOrderNote purchaseOrderNote) PurchaseOrderServiceBatchChangeSet.deletePurchaseOrderNote(PurchaseOrderNote purchaseOrderNote) Deletes an existingPurchaseOrderNoteentity in the S/4HANA system.DefaultPurchaseOrderServiceBatchChangeSet.updatePurchaseOrderNote(PurchaseOrderNote purchaseOrderNote) PurchaseOrderServiceBatchChangeSet.updatePurchaseOrderNote(PurchaseOrderNote purchaseOrderNote) Update an existingPurchaseOrderNoteentity and save it to the S/4HANA system. -
Uses of PurchaseOrderNote 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 PurchaseOrderNoteModifier and TypeMethodDescriptionPurchaseOrderNoteOneToOneLink.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 PurchaseOrderNoteModifier and TypeMethodDescriptionprotected PurchaseOrderNoteLink<ObjectT>PurchaseOrderNoteLink.translateLinkType(EntityLink<PurchaseOrderNoteLink<ObjectT>, PurchaseOrderNote, ObjectT> link) -
Uses of PurchaseOrderNote in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type PurchaseOrderNoteModifier and TypeMethodDescriptionDefaultPurchaseOrderService.createPurchaseOrderNote(PurchaseOrderNote purchaseOrderNote) Deprecated.PurchaseOrderService.createPurchaseOrderNote(PurchaseOrderNote purchaseOrderNote) Deprecated.Create a newPurchaseOrderNoteentity and save it to the S/4HANA system.DefaultPurchaseOrderService.deletePurchaseOrderNote(PurchaseOrderNote purchaseOrderNote) Deprecated.PurchaseOrderService.deletePurchaseOrderNote(PurchaseOrderNote purchaseOrderNote) Deprecated.Deletes an existingPurchaseOrderNoteentity in the S/4HANA system.DefaultPurchaseOrderService.updatePurchaseOrderNote(PurchaseOrderNote purchaseOrderNote) Deprecated.PurchaseOrderService.updatePurchaseOrderNote(PurchaseOrderNote purchaseOrderNote) Deprecated.Update an existingPurchaseOrderNoteentity and save it to the S/4HANA system.