Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivity.SupplierActivity
Packages that use SupplierActivity
Package
Description
-
Uses of SupplierActivity in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivity
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivity that return SupplierActivityModifier and TypeMethodDescriptionSupplierActivity.SupplierActivityBuilder.build()protected SupplierActivitySupplierActivityCreateFluentHelper.getEntity()protected SupplierActivitySupplierActivityDeleteFluentHelper.getEntity()protected SupplierActivitySupplierActivityUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivity that return types with arguments of type SupplierActivityModifier and TypeMethodDescriptionprotected Class<SupplierActivity>SupplierActivityByKeyFluentHelper.getEntityClass()protected Class<SupplierActivity>SupplierActivityFluentHelper.getEntityClass()SupplierActivity.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivity with parameters of type SupplierActivityModifierConstructorDescriptionSupplierActivityCreateFluentHelper(String servicePath, SupplierActivity entity, String entityCollection) Creates a fluent helper object that will create aSupplierActivityentity on the OData endpoint.SupplierActivityDeleteFluentHelper(String servicePath, SupplierActivity entity, String entityCollection) Creates a fluent helper object that will delete aSupplierActivityentity on the OData endpoint.SupplierActivityUpdateFluentHelper(String servicePath, SupplierActivity entity, String entityCollection) Creates a fluent helper object that will update aSupplierActivityentity on the OData endpoint. -
Uses of SupplierActivity in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivity.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivity.batch with parameters of type SupplierActivityModifier and TypeMethodDescriptionDefaultSupplierActivityServiceBatchChangeSet.createSupplierActivity(SupplierActivity supplierActivity) SupplierActivityServiceBatchChangeSet.createSupplierActivity(SupplierActivity supplierActivity) Create a newSupplierActivityentity and save it to the S/4HANA system.DefaultSupplierActivityServiceBatchChangeSet.deleteSupplierActivity(SupplierActivity supplierActivity) SupplierActivityServiceBatchChangeSet.deleteSupplierActivity(SupplierActivity supplierActivity) Deletes an existingSupplierActivityentity in the S/4HANA system.DefaultSupplierActivityServiceBatchChangeSet.updateSupplierActivity(SupplierActivity supplierActivity) SupplierActivityServiceBatchChangeSet.updateSupplierActivity(SupplierActivity supplierActivity) Update an existingSupplierActivityentity and save it to the S/4HANA system. -
Uses of SupplierActivity in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivity.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplieractivity.link that return types with arguments of type SupplierActivityModifier and TypeMethodDescriptionSupplierActivityOneToOneLink.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.supplieractivity.link with type arguments of type SupplierActivityModifier and TypeMethodDescriptionprotected SupplierActivityLink<ObjectT>SupplierActivityLink.translateLinkType(EntityLink<SupplierActivityLink<ObjectT>, SupplierActivity, ObjectT> link) -
Uses of SupplierActivity in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SupplierActivityModifier and TypeMethodDescriptionDefaultSupplierActivityService.createSupplierActivity(SupplierActivity supplierActivity) Deprecated.SupplierActivityService.createSupplierActivity(SupplierActivity supplierActivity) Deprecated.Create a newSupplierActivityentity and save it to the S/4HANA system.DefaultSupplierActivityService.deleteSupplierActivity(SupplierActivity supplierActivity) Deprecated.SupplierActivityService.deleteSupplierActivity(SupplierActivity supplierActivity) Deprecated.Deletes an existingSupplierActivityentity in the S/4HANA system.DefaultSupplierActivityService.updateSupplierActivity(SupplierActivity supplierActivity) Deprecated.SupplierActivityService.updateSupplierActivity(SupplierActivity supplierActivity) Deprecated.Update an existingSupplierActivityentity and save it to the S/4HANA system.