Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea.FunctionalArea
Packages that use FunctionalArea
Package
Description
-
Uses of FunctionalArea in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea with type parameters of type FunctionalAreaModifier and TypeFieldDescriptionstatic final FunctionalAreaTextOneToOneLink<FunctionalArea>FunctionalAreaText.TO_FUNCTIONAL_AREAUse with available fluent helpers to apply the to_FunctionalArea navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea that return FunctionalAreaModifier and TypeMethodDescriptionFunctionalArea.FunctionalAreaBuilder.build()FunctionalAreaText.fetchFunctionalArea()Fetches the FunctionalArea entity (one to one) associated with this entity.FunctionalAreaText.getFunctionalAreaOrFetch()Retrieval of associated FunctionalArea entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea that return types with arguments of type FunctionalAreaModifier and TypeMethodDescriptionprotected Class<FunctionalArea>FunctionalAreaByKeyFluentHelper.getEntityClass()protected Class<FunctionalArea>FunctionalAreaFluentHelper.getEntityClass()io.vavr.control.Option<FunctionalArea>FunctionalAreaText.getFunctionalAreaIfPresent()Retrieval of associated FunctionalArea entity (one to one).FunctionalArea.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea with parameters of type FunctionalAreaModifier and TypeMethodDescriptionFunctionalAreaText.FunctionalAreaTextBuilder.functionalArea(FunctionalArea value) Navigation property to_FunctionalArea for FunctionalAreaText to single FunctionalArea.voidFunctionalAreaText.setFunctionalArea(FunctionalArea value) Overwrites the associated FunctionalArea entity for the loaded navigation property to_FunctionalArea.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea with parameters of type FunctionalAreaModifierConstructorDescriptionFunctionalAreaText(String language, String functionalArea, String functionalAreaName, FunctionalArea toFunctionalArea) -
Uses of FunctionalArea in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea.link that return types with arguments of type FunctionalAreaModifier and TypeMethodDescriptionFunctionalAreaOneToOneLink.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.functionalarea.link with type arguments of type FunctionalAreaModifier and TypeMethodDescriptionprotected FunctionalAreaLink<ObjectT>FunctionalAreaLink.translateLinkType(EntityLink<FunctionalAreaLink<ObjectT>, FunctionalArea, ObjectT> link)