Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter.CostCenter
Packages that use CostCenter
Package
Description
-
Uses of CostCenter 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 CostCenterModifier and TypeFieldDescriptionstatic final CostCenterTextOneToOneLink<CostCenter>CostCenterText.TO_COST_CENTERUse with available fluent helpers to apply the to_CostCenter navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter that return CostCenterModifier and TypeMethodDescriptionCostCenter.CostCenterBuilder.build()CostCenterText.fetchCostCenter()Fetches the CostCenter entity (one to one) associated with this entity.CostCenterText.getCostCenterOrFetch()Retrieval of associated CostCenter entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter that return types with arguments of type CostCenterModifier and TypeMethodDescriptionio.vavr.control.Option<CostCenter>CostCenterText.getCostCenterIfPresent()Retrieval of associated CostCenter entity (one to one).protected Class<CostCenter>CostCenterByKeyFluentHelper.getEntityClass()protected Class<CostCenter>CostCenterFluentHelper.getEntityClass()CostCenter.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter with parameters of type CostCenterModifier and TypeMethodDescriptionCostCenterText.CostCenterTextBuilder.costCenter(CostCenter value) Navigation property to_CostCenter for CostCenterText to single CostCenter.voidCostCenterText.setCostCenter(CostCenter value) Overwrites the associated CostCenter entity for the loaded navigation property to_CostCenter.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter with parameters of type CostCenterModifierConstructorDescriptionCostCenterText(String costCenter, String controllingArea, String language, LocalDateTime validityEndDate, LocalDateTime validityStartDate, String costCenterName, String costCenterDescription, CostCenter toCostCenter) -
Uses of CostCenter 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 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.costcenter.link with type arguments of type CostCenterModifier and TypeMethodDescriptionprotected CostCenterLink<ObjectT>CostCenterLink.translateLinkType(EntityLink<CostCenterLink<ObjectT>, CostCenter, ObjectT> link)