Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.PurchaseContractNotes
Packages that use PurchaseContractNotes
Package
Description
-
Uses of PurchaseContractNotes 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 PurchaseContractNotesModifier and TypeFieldDescriptionstatic final PurchaseContractLink<PurchaseContractNotes>PurchaseContract.TO_PURCTRNOTESUse with available fluent helpers to apply the to_Purctrnotes navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 that return PurchaseContractNotesModifier and TypeMethodDescriptionPurchaseContractNotes.PurchaseContractNotesBuilder.build()protected PurchaseContractNotesPurchaseContractNotesCreateFluentHelper.getEntity()protected PurchaseContractNotesPurchaseContractNotesUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 that return types with arguments of type PurchaseContractNotesModifier and TypeMethodDescriptionPurchaseContract.fetchPurctrnotes()Fetches the PurchaseContractNotes entities (one to many) associated with this entity.protected Class<PurchaseContractNotes>PurchaseContractNotesByKeyFluentHelper.getEntityClass()protected Class<PurchaseContractNotes>PurchaseContractNotesFluentHelper.getEntityClass()io.vavr.control.Option<List<PurchaseContractNotes>>PurchaseContract.getPurctrnotesIfPresent()Retrieval of associated PurchaseContractNotes entities (one to many).PurchaseContract.getPurctrnotesOrFetch()Retrieval of associated PurchaseContractNotes entities (one to many).PurchaseContractNotes.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with parameters of type PurchaseContractNotesModifier and TypeMethodDescriptionvoidPurchaseContract.addPurctrnotes(PurchaseContractNotes... entity) Adds elements to the list of associated PurchaseContractNotes entities.PurchaseContract.PurchaseContractBuilder.purctrnotes(PurchaseContractNotes... value) Navigation property to_Purctrnotes for PurchaseContract to multiple PurchaseContractNotes.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with type arguments of type PurchaseContractNotesModifier and TypeMethodDescriptionvoidPurchaseContract.setPurctrnotes(List<PurchaseContractNotes> value) Overwrites the list of associated PurchaseContractNotes entities for the loaded navigation property to_Purctrnotes.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with parameters of type PurchaseContractNotesModifierConstructorDescriptionPurchaseContractNotesCreateFluentHelper(String servicePath, PurchaseContractNotes entity, String entityCollection) Creates a fluent helper object that will create aPurchaseContractNotesentity on the OData endpoint.PurchaseContractNotesUpdateFluentHelper(String servicePath, PurchaseContractNotes entity, String entityCollection) Creates a fluent helper object that will update aPurchaseContractNotesentity on the OData endpoint. -
Uses of PurchaseContractNotes 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 PurchaseContractNotesModifier and TypeMethodDescriptionDefaultPurchaseContractV2ServiceBatchChangeSet.createPurchaseContractNotes(PurchaseContractNotes purchaseContractNotes) PurchaseContractV2ServiceBatchChangeSet.createPurchaseContractNotes(PurchaseContractNotes purchaseContractNotes) Create a newPurchaseContractNotesentity and save it to the S/4HANA system.DefaultPurchaseContractV2ServiceBatchChangeSet.updatePurchaseContractNotes(PurchaseContractNotes purchaseContractNotes) PurchaseContractV2ServiceBatchChangeSet.updatePurchaseContractNotes(PurchaseContractNotes purchaseContractNotes) Update an existingPurchaseContractNotesentity and save it to the S/4HANA system. -
Uses of PurchaseContractNotes 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 PurchaseContractNotesModifier and TypeMethodDescriptionPurchaseContractNotesOneToOneLink.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 PurchaseContractNotesModifier and TypeMethodDescriptionprotected PurchaseContractNotesLink<ObjectT>PurchaseContractNotesLink.translateLinkType(EntityLink<PurchaseContractNotesLink<ObjectT>, PurchaseContractNotes, ObjectT> link) -
Uses of PurchaseContractNotes in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type PurchaseContractNotesModifier and TypeMethodDescriptionDefaultPurchaseContractV2Service.createPurchaseContractNotes(PurchaseContractNotes purchaseContractNotes) Deprecated.PurchaseContractV2Service.createPurchaseContractNotes(PurchaseContractNotes purchaseContractNotes) Deprecated.Create a newPurchaseContractNotesentity and save it to the S/4HANA system.DefaultPurchaseContractV2Service.updatePurchaseContractNotes(PurchaseContractNotes purchaseContractNotes) Deprecated.PurchaseContractV2Service.updatePurchaseContractNotes(PurchaseContractNotes purchaseContractNotes) Deprecated.Update an existingPurchaseContractNotesentity and save it to the S/4HANA system.