Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder.PurchaseOrderNote
Packages that use PurchaseOrderNote
Package
Description
-
Uses of PurchaseOrderNote in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder with type parameters of type PurchaseOrderNoteModifier and TypeFieldDescriptionstatic final SimpleProperty<PurchaseOrderNote>PurchaseOrderNote.ALL_FIELDSSelector for all available fields of PurchaseOrderNote.static final SimpleProperty.String<PurchaseOrderNote>PurchaseOrderNote.LANGUAGEstatic final SimpleProperty.String<PurchaseOrderNote>PurchaseOrderNote.PLAIN_LONG_TEXTstatic final SimpleProperty.String<PurchaseOrderNote>PurchaseOrderNote.PURCHASE_ORDERstatic final SimpleProperty.String<PurchaseOrderNote>PurchaseOrderNote.TEXT_OBJECT_TYPEstatic final NavigationProperty.Single<PurchaseOrderNote,PurchaseOrder> PurchaseOrderNote.TO__PURCHASE_ORDERUse with available request builders to apply the _PurchaseOrder navigation property to query operations.static final NavigationProperty.Collection<PurchaseOrder,PurchaseOrderNote> PurchaseOrder.TO__PURCHASE_ORDER_NOTEUse with available request builders to apply the _PurchaseOrderNote navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder that return PurchaseOrderNoteMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder that return types with arguments of type PurchaseOrderNoteModifier and TypeMethodDescriptionio.vavr.control.Option<List<PurchaseOrderNote>>PurchaseOrder.getPurchaseOrderNoteIfPresent()Retrieval of associated PurchaseOrderNote entities (one to many).PurchaseOrderNote.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.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 _PurchaseOrderNote for PurchaseOrder to multiple PurchaseOrderNote.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.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 _PurchaseOrderNote. -
Uses of PurchaseOrderNote 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 PurchaseOrderNoteModifier and TypeMethodDescriptionDefaultPurchaseOrderService.countPurchaseOrderNote()Deprecated.PurchaseOrderService.countPurchaseOrderNote()Deprecated.Fetch the number of entries from thePurchaseOrderNoteentity collection matching the filter and search expressions.DefaultPurchaseOrderService.getAllPurchaseOrderNote()Deprecated.PurchaseOrderService.getAllPurchaseOrderNote()Deprecated.Fetch multiplePurchaseOrderNoteentities.DefaultPurchaseOrderService.getPurchaseOrderNoteByKey(String purchaseOrder, String textObjectType, String language) Deprecated.PurchaseOrderService.getPurchaseOrderNoteByKey(String purchaseOrder, String textObjectType, String language) Deprecated.Fetch a singlePurchaseOrderNoteentity using key fields.