Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder.PurchaseOrderItemNote
Packages that use PurchaseOrderItemNote
Package
Description
-
Uses of PurchaseOrderItemNote 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 PurchaseOrderItemNoteModifier and TypeFieldDescriptionstatic final SimpleProperty<PurchaseOrderItemNote>PurchaseOrderItemNote.ALL_FIELDSSelector for all available fields of PurchaseOrderItemNote.static final SimpleProperty.String<PurchaseOrderItemNote>PurchaseOrderItemNote.LANGUAGEstatic final SimpleProperty.String<PurchaseOrderItemNote>PurchaseOrderItemNote.PLAIN_LONG_TEXTstatic final SimpleProperty.String<PurchaseOrderItemNote>PurchaseOrderItemNote.PURCHASE_ORDERstatic final SimpleProperty.String<PurchaseOrderItemNote>PurchaseOrderItemNote.PURCHASE_ORDER_ITEMstatic final SimpleProperty.String<PurchaseOrderItemNote>PurchaseOrderItemNote.PURCHASE_ORDER_ITEM_UNIQUE_IDstatic final SimpleProperty.String<PurchaseOrderItemNote>PurchaseOrderItemNote.TEXT_OBJECT_TYPEstatic final NavigationProperty.Single<PurchaseOrderItemNote,PurchaseOrder> PurchaseOrderItemNote.TO__PURCHASE_ORDERUse with available request builders to apply the _PurchaseOrder navigation property to query operations.static final NavigationProperty.Single<PurchaseOrderItemNote,PurchaseOrderItem> PurchaseOrderItemNote.TO__PURCHASE_ORDER_ITEMUse with available request builders to apply the _PurchaseOrderItem navigation property to query operations.PurchaseOrderItem.TO__PURCHASE_ORDER_ITEM_NOTEUse with available request builders to apply the _PurchaseOrderItemNote navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder that return PurchaseOrderItemNoteMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder that return types with arguments of type PurchaseOrderItemNoteModifier and TypeMethodDescriptionio.vavr.control.Option<List<PurchaseOrderItemNote>>PurchaseOrderItem.getPurchaseOrderItemNoteIfPresent()Retrieval of associated PurchaseOrderItemNote entities (one to many).PurchaseOrderItemNote.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder with parameters of type PurchaseOrderItemNoteModifier and TypeMethodDescriptionvoidPurchaseOrderItem.addPurchaseOrderItemNote(PurchaseOrderItemNote... entity) Adds elements to the list of associated PurchaseOrderItemNote entities.PurchaseOrderItem.PurchaseOrderItemBuilder.purchaseOrderItemNote(PurchaseOrderItemNote... value) Navigation property _PurchaseOrderItemNote for PurchaseOrderItem to multiple PurchaseOrderItemNote.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder with type arguments of type PurchaseOrderItemNoteModifier and TypeMethodDescriptionvoidPurchaseOrderItem.setPurchaseOrderItemNote(List<PurchaseOrderItemNote> value) Overwrites the list of associated PurchaseOrderItemNote entities for the loaded navigation property _PurchaseOrderItemNote. -
Uses of PurchaseOrderItemNote 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 PurchaseOrderItemNoteModifier and TypeMethodDescriptionDefaultPurchaseOrderService.countPurchaseOrderItemNote()Deprecated.PurchaseOrderService.countPurchaseOrderItemNote()Deprecated.Fetch the number of entries from thePurchaseOrderItemNoteentity collection matching the filter and search expressions.DefaultPurchaseOrderService.getAllPurchaseOrderItemNote()Deprecated.PurchaseOrderService.getAllPurchaseOrderItemNote()Deprecated.Fetch multiplePurchaseOrderItemNoteentities.DefaultPurchaseOrderService.getPurchaseOrderItemNoteByKey(String purchaseOrder, String purchaseOrderItem, String textObjectType, String language) Deprecated.PurchaseOrderService.getPurchaseOrderItemNoteByKey(String purchaseOrder, String purchaseOrderItem, String textObjectType, String language) Deprecated.Fetch a singlePurchaseOrderItemNoteentity using key fields.