Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.PurCtrPartners
Packages that use PurCtrPartners
Package
Description
-
Uses of PurCtrPartners in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract with type parameters of type PurCtrPartnersModifier and TypeFieldDescriptionstatic final PurchaseContractLink<PurCtrPartners>PurchaseContract.TO_PUR_CTR_PARTNERSUse with available fluent helpers to apply the to_PurCtrPartners navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract that return PurCtrPartnersModifier and TypeMethodDescriptionPurCtrPartners.PurCtrPartnersBuilder.build()protected PurCtrPartnersPurCtrPartnersCreateFluentHelper.getEntity()protected PurCtrPartnersPurCtrPartnersUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract that return types with arguments of type PurCtrPartnersModifier and TypeMethodDescriptionPurchaseContract.fetchPurCtrPartners()Fetches the PurCtrPartners entities (one to many) associated with this entity.protected Class<PurCtrPartners>PurCtrPartnersByKeyFluentHelper.getEntityClass()protected Class<PurCtrPartners>PurCtrPartnersFluentHelper.getEntityClass()io.vavr.control.Option<List<PurCtrPartners>>PurchaseContract.getPurCtrPartnersIfPresent()Retrieval of associated PurCtrPartners entities (one to many).PurchaseContract.getPurCtrPartnersOrFetch()Retrieval of associated PurCtrPartners entities (one to many).PurCtrPartners.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract with parameters of type PurCtrPartnersModifier and TypeMethodDescriptionvoidPurchaseContract.addPurCtrPartners(PurCtrPartners... entity) Adds elements to the list of associated PurCtrPartners entities.PurchaseContract.PurchaseContractBuilder.purCtrPartners(PurCtrPartners... value) Navigation property to_PurCtrPartners for PurchaseContract to multiple PurCtrPartners.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract with type arguments of type PurCtrPartnersModifier and TypeMethodDescriptionvoidPurchaseContract.setPurCtrPartners(List<PurCtrPartners> value) Overwrites the list of associated PurCtrPartners entities for the loaded navigation property to_PurCtrPartners.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract with parameters of type PurCtrPartnersModifierConstructorDescriptionPurCtrPartnersCreateFluentHelper(String servicePath, PurCtrPartners entity, String entityCollection) Creates a fluent helper object that will create aPurCtrPartnersentity on the OData endpoint.PurCtrPartnersUpdateFluentHelper(String servicePath, PurCtrPartners entity, String entityCollection) Creates a fluent helper object that will update aPurCtrPartnersentity on the OData endpoint. -
Uses of PurCtrPartners in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.batch with parameters of type PurCtrPartnersModifier and TypeMethodDescriptionDefaultPurchaseContractServiceBatchChangeSet.createPurCtrPartners(PurCtrPartners purCtrPartners) PurchaseContractServiceBatchChangeSet.createPurCtrPartners(PurCtrPartners purCtrPartners) Create a newPurCtrPartnersentity and save it to the S/4HANA system.DefaultPurchaseContractServiceBatchChangeSet.updatePurCtrPartners(PurCtrPartners purCtrPartners) PurchaseContractServiceBatchChangeSet.updatePurCtrPartners(PurCtrPartners purCtrPartners) Update an existingPurCtrPartnersentity and save it to the S/4HANA system. -
Uses of PurCtrPartners in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.link that return types with arguments of type PurCtrPartnersModifier and TypeMethodDescriptionPurCtrPartnersOneToOneLink.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.purchasecontract.link with type arguments of type PurCtrPartnersModifier and TypeMethodDescriptionprotected PurCtrPartnersLink<ObjectT>PurCtrPartnersLink.translateLinkType(EntityLink<PurCtrPartnersLink<ObjectT>, PurCtrPartners, ObjectT> link) -
Uses of PurCtrPartners in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type PurCtrPartnersModifier and TypeMethodDescriptionDefaultPurchaseContractService.createPurCtrPartners(PurCtrPartners purCtrPartners) Deprecated.PurchaseContractService.createPurCtrPartners(PurCtrPartners purCtrPartners) Deprecated.Create a newPurCtrPartnersentity and save it to the S/4HANA system.DefaultPurchaseContractService.updatePurCtrPartners(PurCtrPartners purCtrPartners) Deprecated.PurchaseContractService.updatePurCtrPartners(PurCtrPartners purCtrPartners) Deprecated.Update an existingPurCtrPartnersentity and save it to the S/4HANA system.