Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingsource.PurchasingSource
Packages that use PurchasingSource
Package
Description
-
Uses of PurchasingSource in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingsource
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingsource that return PurchasingSourceModifier and TypeMethodDescriptionPurchasingSource.PurchasingSourceBuilder.build()protected PurchasingSourcePurchasingSourceCreateFluentHelper.getEntity()protected PurchasingSourcePurchasingSourceDeleteFluentHelper.getEntity()protected PurchasingSourcePurchasingSourceUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingsource that return types with arguments of type PurchasingSourceModifier and TypeMethodDescriptionprotected Class<PurchasingSource>PurchasingSourceByKeyFluentHelper.getEntityClass()protected Class<PurchasingSource>PurchasingSourceFluentHelper.getEntityClass()PurchasingSource.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingsource with parameters of type PurchasingSourceModifierConstructorDescriptionPurchasingSourceCreateFluentHelper(String servicePath, PurchasingSource entity, String entityCollection) Creates a fluent helper object that will create aPurchasingSourceentity on the OData endpoint.PurchasingSourceDeleteFluentHelper(String servicePath, PurchasingSource entity, String entityCollection) Creates a fluent helper object that will delete aPurchasingSourceentity on the OData endpoint.PurchasingSourceUpdateFluentHelper(String servicePath, PurchasingSource entity, String entityCollection) Creates a fluent helper object that will update aPurchasingSourceentity on the OData endpoint. -
Uses of PurchasingSource in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingsource.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingsource.batch with parameters of type PurchasingSourceModifier and TypeMethodDescriptionDefaultPurchasingSourceServiceBatchChangeSet.createPurchasingSource(PurchasingSource purchasingSource) PurchasingSourceServiceBatchChangeSet.createPurchasingSource(PurchasingSource purchasingSource) Create a newPurchasingSourceentity and save it to the S/4HANA system.DefaultPurchasingSourceServiceBatchChangeSet.deletePurchasingSource(PurchasingSource purchasingSource) PurchasingSourceServiceBatchChangeSet.deletePurchasingSource(PurchasingSource purchasingSource) Deletes an existingPurchasingSourceentity in the S/4HANA system.DefaultPurchasingSourceServiceBatchChangeSet.updatePurchasingSource(PurchasingSource purchasingSource) PurchasingSourceServiceBatchChangeSet.updatePurchasingSource(PurchasingSource purchasingSource) Update an existingPurchasingSourceentity and save it to the S/4HANA system. -
Uses of PurchasingSource in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingsource.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingsource.link that return types with arguments of type PurchasingSourceModifier and TypeMethodDescriptionPurchasingSourceOneToOneLink.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.purchasingsource.link with type arguments of type PurchasingSourceModifier and TypeMethodDescriptionprotected PurchasingSourceLink<ObjectT>PurchasingSourceLink.translateLinkType(EntityLink<PurchasingSourceLink<ObjectT>, PurchasingSource, ObjectT> link) -
Uses of PurchasingSource in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type PurchasingSourceModifier and TypeMethodDescriptionDefaultPurchasingSourceService.createPurchasingSource(PurchasingSource purchasingSource) Deprecated.PurchasingSourceService.createPurchasingSource(PurchasingSource purchasingSource) Deprecated.Create a newPurchasingSourceentity and save it to the S/4HANA system.DefaultPurchasingSourceService.deletePurchasingSource(PurchasingSource purchasingSource) Deprecated.PurchasingSourceService.deletePurchasingSource(PurchasingSource purchasingSource) Deprecated.Deletes an existingPurchasingSourceentity in the S/4HANA system.DefaultPurchasingSourceService.updatePurchasingSource(PurchasingSource purchasingSource) Deprecated.PurchasingSourceService.updatePurchasingSource(PurchasingSource purchasingSource) Deprecated.Update an existingPurchasingSourceentity and save it to the S/4HANA system.