Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest.CostCenter
Packages that use CostCenter
Package
Description
-
Uses of CostCenter in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest that return CostCenterModifier and TypeMethodDescriptionCostCenter.CostCenterBuilder.build()protected CostCenterCostCenterCreateFluentHelper.getEntity()protected CostCenterCostCenterDeleteFluentHelper.getEntity()protected CostCenterCostCenterUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest that return types with arguments of type CostCenterModifier and TypeMethodDescriptionprotected Class<CostCenter>CostCenterByKeyFluentHelper.getEntityClass()protected Class<CostCenter>CostCenterFluentHelper.getEntityClass()CostCenter.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest with parameters of type CostCenterModifierConstructorDescriptionCostCenterCreateFluentHelper(String servicePath, CostCenter entity, String entityCollection) Creates a fluent helper object that will create aCostCenterentity on the OData endpoint.CostCenterDeleteFluentHelper(String servicePath, CostCenter entity, String entityCollection) Creates a fluent helper object that will delete aCostCenterentity on the OData endpoint.CostCenterUpdateFluentHelper(String servicePath, CostCenter entity, String entityCollection) Creates a fluent helper object that will update aCostCenterentity on the OData endpoint. -
Uses of CostCenter in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest.batch with parameters of type CostCenterModifier and TypeMethodDescriptionCostCenterTestServiceBatchChangeSet.createCostCenter(CostCenter costCenter) Create a newCostCenterentity and save it to the S/4HANA system.DefaultCostCenterTestServiceBatchChangeSet.createCostCenter(CostCenter costCenter) CostCenterTestServiceBatchChangeSet.deleteCostCenter(CostCenter costCenter) Deletes an existingCostCenterentity in the S/4HANA system.DefaultCostCenterTestServiceBatchChangeSet.deleteCostCenter(CostCenter costCenter) CostCenterTestServiceBatchChangeSet.updateCostCenter(CostCenter costCenter) Update an existingCostCenterentity and save it to the S/4HANA system.DefaultCostCenterTestServiceBatchChangeSet.updateCostCenter(CostCenter costCenter) -
Uses of CostCenter in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest.link that return types with arguments of type CostCenterModifier and TypeMethodDescriptionCostCenterOneToOneLink.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.costcentertest.link with type arguments of type CostCenterModifier and TypeMethodDescriptionprotected CostCenterLink<ObjectT>CostCenterLink.translateLinkType(EntityLink<CostCenterLink<ObjectT>, CostCenter, ObjectT> link) -
Uses of CostCenter in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CostCenterModifier and TypeMethodDescriptionCostCenterTestService.createCostCenter(CostCenter costCenter) Deprecated.Create a newCostCenterentity and save it to the S/4HANA system.DefaultCostCenterTestService.createCostCenter(CostCenter costCenter) Deprecated.CostCenterTestService.deleteCostCenter(CostCenter costCenter) Deprecated.Deletes an existingCostCenterentity in the S/4HANA system.DefaultCostCenterTestService.deleteCostCenter(CostCenter costCenter) Deprecated.CostCenterTestService.updateCostCenter(CostCenter costCenter) Deprecated.Update an existingCostCenterentity and save it to the S/4HANA system.DefaultCostCenterTestService.updateCostCenter(CostCenter costCenter) Deprecated.