Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingcategory.PurgCat
Packages that use PurgCat
Package
Description
-
Uses of PurgCat in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingcategory
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingcategory that return PurgCatModifier and TypeMethodDescriptionPurgCat.PurgCatBuilder.build()protected PurgCatPurgCatCreateFluentHelper.getEntity()protected PurgCatPurgCatUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingcategory that return types with arguments of type PurgCatModifier and TypeMethodDescriptionPurgCatByKeyFluentHelper.getEntityClass()PurgCatFluentHelper.getEntityClass()PurgCat.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingcategory with parameters of type PurgCatModifierConstructorDescriptionPurgCatCreateFluentHelper(String servicePath, PurgCat entity, String entityCollection) Creates a fluent helper object that will create aPurgCatentity on the OData endpoint.PurgCatUpdateFluentHelper(String servicePath, PurgCat entity, String entityCollection) Creates a fluent helper object that will update aPurgCatentity on the OData endpoint. -
Uses of PurgCat in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingcategory.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingcategory.batch with parameters of type PurgCatModifier and TypeMethodDescriptionDefaultPurchasingCategoryServiceBatchChangeSet.createPurgCat(PurgCat purgCat) PurchasingCategoryServiceBatchChangeSet.createPurgCat(PurgCat purgCat) Create a newPurgCatentity and save it to the S/4HANA system.DefaultPurchasingCategoryServiceBatchChangeSet.updatePurgCat(PurgCat purgCat) PurchasingCategoryServiceBatchChangeSet.updatePurgCat(PurgCat purgCat) Update an existingPurgCatentity and save it to the S/4HANA system. -
Uses of PurgCat in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingcategory.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasingcategory.link that return types with arguments of type PurgCatModifier and TypeMethodDescriptionPurgCatOneToOneLink.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.purchasingcategory.link with type arguments of type PurgCatModifier and TypeMethodDescriptionprotected PurgCatLink<ObjectT>PurgCatLink.translateLinkType(EntityLink<PurgCatLink<ObjectT>, PurgCat, ObjectT> link) -
Uses of PurgCat in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type PurgCatModifier and TypeMethodDescriptionDefaultPurchasingCategoryService.createPurgCat(PurgCat purgCat) Deprecated.PurchasingCategoryService.createPurgCat(PurgCat purgCat) Deprecated.Create a newPurgCatentity and save it to the S/4HANA system.DefaultPurchasingCategoryService.updatePurgCat(PurgCat purgCat) Deprecated.PurchasingCategoryService.updatePurgCat(PurgCat purgCat) Deprecated.Update an existingPurgCatentity and save it to the S/4HANA system.