Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate.ServiceCostRate
Packages that use ServiceCostRate
Package
Description
-
Uses of ServiceCostRate in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate that return ServiceCostRateModifier and TypeMethodDescriptionServiceCostRate.ServiceCostRateBuilder.build()protected ServiceCostRateServiceCostRateCreateFluentHelper.getEntity()protected ServiceCostRateServiceCostRateDeleteFluentHelper.getEntity()protected ServiceCostRateServiceCostRateUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate that return types with arguments of type ServiceCostRateModifier and TypeMethodDescriptionprotected Class<ServiceCostRate>ServiceCostRateByKeyFluentHelper.getEntityClass()protected Class<ServiceCostRate>ServiceCostRateFluentHelper.getEntityClass()ServiceCostRate.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate with parameters of type ServiceCostRateModifierConstructorDescriptionServiceCostRateCreateFluentHelper(String servicePath, ServiceCostRate entity, String entityCollection) Creates a fluent helper object that will create aServiceCostRateentity on the OData endpoint.ServiceCostRateDeleteFluentHelper(String servicePath, ServiceCostRate entity, String entityCollection) Creates a fluent helper object that will delete aServiceCostRateentity on the OData endpoint.ServiceCostRateUpdateFluentHelper(String servicePath, ServiceCostRate entity, String entityCollection) Creates a fluent helper object that will update aServiceCostRateentity on the OData endpoint. -
Uses of ServiceCostRate in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate.batch with parameters of type ServiceCostRateModifier and TypeMethodDescriptionCostRateServiceBatchChangeSet.createServiceCostRate(ServiceCostRate serviceCostRate) Create a newServiceCostRateentity and save it to the S/4HANA system.DefaultCostRateServiceBatchChangeSet.createServiceCostRate(ServiceCostRate serviceCostRate) CostRateServiceBatchChangeSet.deleteServiceCostRate(ServiceCostRate serviceCostRate) Deletes an existingServiceCostRateentity in the S/4HANA system.DefaultCostRateServiceBatchChangeSet.deleteServiceCostRate(ServiceCostRate serviceCostRate) CostRateServiceBatchChangeSet.updateServiceCostRate(ServiceCostRate serviceCostRate) Update an existingServiceCostRateentity and save it to the S/4HANA system.DefaultCostRateServiceBatchChangeSet.updateServiceCostRate(ServiceCostRate serviceCostRate) -
Uses of ServiceCostRate in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costrate.link that return types with arguments of type ServiceCostRateModifier and TypeMethodDescriptionServiceCostRateOneToOneLink.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.costrate.link with type arguments of type ServiceCostRateModifier and TypeMethodDescriptionprotected ServiceCostRateLink<ObjectT>ServiceCostRateLink.translateLinkType(EntityLink<ServiceCostRateLink<ObjectT>, ServiceCostRate, ObjectT> link) -
Uses of ServiceCostRate in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceCostRateModifier and TypeMethodDescriptionCostRateService.createServiceCostRate(ServiceCostRate serviceCostRate) Deprecated.Create a newServiceCostRateentity and save it to the S/4HANA system.DefaultCostRateService.createServiceCostRate(ServiceCostRate serviceCostRate) Deprecated.CostRateService.deleteServiceCostRate(ServiceCostRate serviceCostRate) Deprecated.Deletes an existingServiceCostRateentity in the S/4HANA system.DefaultCostRateService.deleteServiceCostRate(ServiceCostRate serviceCostRate) Deprecated.CostRateService.updateServiceCostRate(ServiceCostRate serviceCostRate) Deprecated.Update an existingServiceCostRateentity and save it to the S/4HANA system.DefaultCostRateService.updateServiceCostRate(ServiceCostRate serviceCostRate) Deprecated.