Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.PurchaseContractItemNotes
Packages that use PurchaseContractItemNotes
Package
Description
-
Uses of PurchaseContractItemNotes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with type parameters of type PurchaseContractItemNotesModifier and TypeFieldDescriptionstatic final PurchaseContractItemLink<PurchaseContractItemNotes>PurchaseContractItem.TO_PUR_CTR_ITEM_NOTESUse with available fluent helpers to apply the to_PurCtrItemNotes navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 that return PurchaseContractItemNotesModifier and TypeMethodDescriptionPurchaseContractItemNotes.PurchaseContractItemNotesBuilder.build()protected PurchaseContractItemNotesPurchaseContractItemNotesCreateFluentHelper.getEntity()protected PurchaseContractItemNotesPurchaseContractItemNotesUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 that return types with arguments of type PurchaseContractItemNotesModifier and TypeMethodDescriptionPurchaseContractItem.fetchPurCtrItemNotes()Fetches the PurchaseContractItemNotes entities (one to many) associated with this entity.protected Class<PurchaseContractItemNotes>PurchaseContractItemNotesByKeyFluentHelper.getEntityClass()protected Class<PurchaseContractItemNotes>PurchaseContractItemNotesFluentHelper.getEntityClass()io.vavr.control.Option<List<PurchaseContractItemNotes>>PurchaseContractItem.getPurCtrItemNotesIfPresent()Retrieval of associated PurchaseContractItemNotes entities (one to many).PurchaseContractItem.getPurCtrItemNotesOrFetch()Retrieval of associated PurchaseContractItemNotes entities (one to many).PurchaseContractItemNotes.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with parameters of type PurchaseContractItemNotesModifier and TypeMethodDescriptionvoidPurchaseContractItem.addPurCtrItemNotes(PurchaseContractItemNotes... entity) Adds elements to the list of associated PurchaseContractItemNotes entities.PurchaseContractItem.PurchaseContractItemBuilder.purCtrItemNotes(PurchaseContractItemNotes... value) Navigation property to_PurCtrItemNotes for PurchaseContractItem to multiple PurchaseContractItemNotes.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with type arguments of type PurchaseContractItemNotesModifier and TypeMethodDescriptionvoidPurchaseContractItem.setPurCtrItemNotes(List<PurchaseContractItemNotes> value) Overwrites the list of associated PurchaseContractItemNotes entities for the loaded navigation property to_PurCtrItemNotes.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with parameters of type PurchaseContractItemNotesModifierConstructorDescriptionPurchaseContractItemNotesCreateFluentHelper(String servicePath, PurchaseContractItemNotes entity, String entityCollection) Creates a fluent helper object that will create aPurchaseContractItemNotesentity on the OData endpoint.PurchaseContractItemNotesUpdateFluentHelper(String servicePath, PurchaseContractItemNotes entity, String entityCollection) Creates a fluent helper object that will update aPurchaseContractItemNotesentity on the OData endpoint. -
Uses of PurchaseContractItemNotes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.batch with parameters of type PurchaseContractItemNotesModifier and TypeMethodDescriptionDefaultPurchaseContractV2ServiceBatchChangeSet.createPurchaseContractItemNotes(PurchaseContractItemNotes purchaseContractItemNotes) PurchaseContractV2ServiceBatchChangeSet.createPurchaseContractItemNotes(PurchaseContractItemNotes purchaseContractItemNotes) Create a newPurchaseContractItemNotesentity and save it to the S/4HANA system.DefaultPurchaseContractV2ServiceBatchChangeSet.updatePurchaseContractItemNotes(PurchaseContractItemNotes purchaseContractItemNotes) PurchaseContractV2ServiceBatchChangeSet.updatePurchaseContractItemNotes(PurchaseContractItemNotes purchaseContractItemNotes) Update an existingPurchaseContractItemNotesentity and save it to the S/4HANA system. -
Uses of PurchaseContractItemNotes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.link that return types with arguments of type PurchaseContractItemNotesModifier and TypeMethodDescriptionPurchaseContractItemNotesOneToOneLink.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.purchasecontractv2.link with type arguments of type PurchaseContractItemNotesModifier and TypeMethodDescriptionprotected PurchaseContractItemNotesLink<ObjectT>PurchaseContractItemNotesLink.translateLinkType(EntityLink<PurchaseContractItemNotesLink<ObjectT>, PurchaseContractItemNotes, ObjectT> link) -
Uses of PurchaseContractItemNotes in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type PurchaseContractItemNotesModifier and TypeMethodDescriptionDefaultPurchaseContractV2Service.createPurchaseContractItemNotes(PurchaseContractItemNotes purchaseContractItemNotes) Deprecated.PurchaseContractV2Service.createPurchaseContractItemNotes(PurchaseContractItemNotes purchaseContractItemNotes) Deprecated.Create a newPurchaseContractItemNotesentity and save it to the S/4HANA system.DefaultPurchaseContractV2Service.updatePurchaseContractItemNotes(PurchaseContractItemNotes purchaseContractItemNotes) Deprecated.PurchaseContractV2Service.updatePurchaseContractItemNotes(PurchaseContractItemNotes purchaseContractItemNotes) Deprecated.Update an existingPurchaseContractItemNotesentity and save it to the S/4HANA system.