Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest.CostCenterText
Packages that use CostCenterText
Package
Description
-
Uses of CostCenterText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest with type parameters of type CostCenterTextModifier and TypeFieldDescriptionstatic final CostCenterLink<CostCenterText>CostCenter.TO_COST_CENTER_TEXTSUse with available fluent helpers to apply the CostCenterTexts navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest that return CostCenterTextModifier and TypeMethodDescriptionCostCenterText.CostCenterTextBuilder.build()protected CostCenterTextCostCenterTextCreateFluentHelper.getEntity()protected CostCenterTextCostCenterTextDeleteFluentHelper.getEntity()protected CostCenterTextCostCenterTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest that return types with arguments of type CostCenterTextModifier and TypeMethodDescriptionCostCenter.fetchCostCenterTexts()Fetches the CostCenterText entities (one to many) associated with this entity.io.vavr.control.Option<List<CostCenterText>>CostCenter.getCostCenterTextsIfPresent()Retrieval of associated CostCenterText entities (one to many).CostCenter.getCostCenterTextsOrFetch()Retrieval of associated CostCenterText entities (one to many).protected Class<CostCenterText>CostCenterTextByKeyFluentHelper.getEntityClass()protected Class<CostCenterText>CostCenterTextFluentHelper.getEntityClass()CostCenterText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest with parameters of type CostCenterTextModifier and TypeMethodDescriptionvoidCostCenter.addCostCenterTexts(CostCenterText... entity) Adds elements to the list of associated CostCenterText entities.CostCenter.CostCenterBuilder.costCenterTexts(CostCenterText... value) Navigation property CostCenterTexts for CostCenter to multiple CostCenterText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest with type arguments of type CostCenterTextModifier and TypeMethodDescriptionvoidCostCenter.setCostCenterTexts(List<CostCenterText> value) Overwrites the list of associated CostCenterText entities for the loaded navigation property CostCenterTexts.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest with parameters of type CostCenterTextModifierConstructorDescriptionCostCenterTextCreateFluentHelper(String servicePath, CostCenterText entity, String entityCollection) Creates a fluent helper object that will create aCostCenterTextentity on the OData endpoint.CostCenterTextDeleteFluentHelper(String servicePath, CostCenterText entity, String entityCollection) Creates a fluent helper object that will delete aCostCenterTextentity on the OData endpoint.CostCenterTextUpdateFluentHelper(String servicePath, CostCenterText entity, String entityCollection) Creates a fluent helper object that will update aCostCenterTextentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest with type arguments of type CostCenterTextModifierConstructorDescriptionCostCenter(String companyCode, String costCenterID, LocalDateTime validityEndDate, LocalDateTime validityStartDate, String status, String category, String language, String costCenterName, String costCenterDescription, LocalDateTime lastChangeDateTime, List<CostCenterText> toCostCenterTexts) -
Uses of CostCenterText 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 CostCenterTextModifier and TypeMethodDescriptionCostCenterTestServiceBatchChangeSet.createCostCenterText(CostCenterText costCenterText) Create a newCostCenterTextentity and save it to the S/4HANA system.DefaultCostCenterTestServiceBatchChangeSet.createCostCenterText(CostCenterText costCenterText) CostCenterTestServiceBatchChangeSet.deleteCostCenterText(CostCenterText costCenterText) Deletes an existingCostCenterTextentity in the S/4HANA system.DefaultCostCenterTestServiceBatchChangeSet.deleteCostCenterText(CostCenterText costCenterText) CostCenterTestServiceBatchChangeSet.updateCostCenterText(CostCenterText costCenterText) Update an existingCostCenterTextentity and save it to the S/4HANA system.DefaultCostCenterTestServiceBatchChangeSet.updateCostCenterText(CostCenterText costCenterText) -
Uses of CostCenterText 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 CostCenterTextModifier and TypeMethodDescriptionCostCenterTextOneToOneLink.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 CostCenterTextModifier and TypeMethodDescriptionprotected CostCenterTextLink<ObjectT>CostCenterTextLink.translateLinkType(EntityLink<CostCenterTextLink<ObjectT>, CostCenterText, ObjectT> link) -
Uses of CostCenterText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CostCenterTextModifier and TypeMethodDescriptionCostCenterTestService.createCostCenterText(CostCenterText costCenterText) Deprecated.Create a newCostCenterTextentity and save it to the S/4HANA system.DefaultCostCenterTestService.createCostCenterText(CostCenterText costCenterText) Deprecated.CostCenterTestService.deleteCostCenterText(CostCenterText costCenterText) Deprecated.Deletes an existingCostCenterTextentity in the S/4HANA system.DefaultCostCenterTestService.deleteCostCenterText(CostCenterText costCenterText) Deprecated.CostCenterTestService.updateCostCenterText(CostCenterText costCenterText) Deprecated.Update an existingCostCenterTextentity and save it to the S/4HANA system.DefaultCostCenterTestService.updateCostCenterText(CostCenterText costCenterText) Deprecated.