Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter.CostCenterText
Packages that use CostCenterText
Package
Description
-
Uses of CostCenterText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter with type parameters of type CostCenterTextModifier and TypeFieldDescriptionstatic final CostCenterLink<CostCenterText>CostCenter.TO_TEXTUse with available fluent helpers to apply the to_Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter that return CostCenterTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter that return types with arguments of type CostCenterTextModifier and TypeMethodDescriptionCostCenter.fetchText()Fetches the CostCenterText entities (one to many) associated with this entity.protected Class<CostCenterText>CostCenterTextByKeyFluentHelper.getEntityClass()protected Class<CostCenterText>CostCenterTextFluentHelper.getEntityClass()io.vavr.control.Option<List<CostCenterText>>CostCenter.getTextIfPresent()Retrieval of associated CostCenterText entities (one to many).CostCenter.getTextOrFetch()Retrieval of associated CostCenterText entities (one to many).CostCenterText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter with parameters of type CostCenterTextModifier and TypeMethodDescriptionvoidCostCenter.addText(CostCenterText... entity) Adds elements to the list of associated CostCenterText entities.CostCenter.CostCenterBuilder.text(CostCenterText... value) Navigation property to_Text for CostCenter to multiple CostCenterText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter with type arguments of type CostCenterTextModifier and TypeMethodDescriptionvoidCostCenter.setText(List<CostCenterText> value) Overwrites the list of associated CostCenterText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter with type arguments of type CostCenterTextModifierConstructorDescriptionCostCenter(String controllingArea, String costCenter, LocalDateTime validityEndDate, LocalDateTime validityStartDate, String companyCode, String businessArea, String costCtrResponsiblePersonName, String costCtrResponsibleUser, String costCenterCurrency, String profitCenter, String department, String costingSheet, String functionalArea, String country, String region, String cityName, String costCenterStandardHierArea, String costCenterCategory, String isBlkdForPrimaryCostsPosting, String isBlkdForSecondaryCostsPosting, String isBlockedForRevenuePosting, String isBlockedForCommitmentPosting, String isBlockedForPlanPrimaryCosts, String isBlockedForPlanSecondaryCosts, String isBlockedForPlanRevenues, String consumptionQtyIsRecorded, String language, String costCenterCreatedByUser, LocalDateTime costCenterCreationDate, List<CostCenterText> toText) -
Uses of CostCenterText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter.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.costcenter.link with type arguments of type CostCenterTextModifier and TypeMethodDescriptionprotected CostCenterTextLink<ObjectT>CostCenterTextLink.translateLinkType(EntityLink<CostCenterTextLink<ObjectT>, CostCenterText, ObjectT> link)