Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea.FunctionalAreaText
Packages that use FunctionalAreaText
Package
Description
-
Uses of FunctionalAreaText 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 FunctionalAreaTextModifier and TypeFieldDescriptionstatic final FunctionalAreaLink<FunctionalAreaText>FunctionalArea.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.functionalarea that return FunctionalAreaTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea that return types with arguments of type FunctionalAreaTextModifier and TypeMethodDescriptionFunctionalArea.fetchText()Fetches the FunctionalAreaText entities (one to many) associated with this entity.protected Class<FunctionalAreaText>FunctionalAreaTextByKeyFluentHelper.getEntityClass()protected Class<FunctionalAreaText>FunctionalAreaTextFluentHelper.getEntityClass()io.vavr.control.Option<List<FunctionalAreaText>>FunctionalArea.getTextIfPresent()Retrieval of associated FunctionalAreaText entities (one to many).FunctionalArea.getTextOrFetch()Retrieval of associated FunctionalAreaText entities (one to many).FunctionalAreaText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea with parameters of type FunctionalAreaTextModifier and TypeMethodDescriptionvoidFunctionalArea.addText(FunctionalAreaText... entity) Adds elements to the list of associated FunctionalAreaText entities.FunctionalArea.FunctionalAreaBuilder.text(FunctionalAreaText... value) Navigation property to_Text for FunctionalArea to multiple FunctionalAreaText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea with type arguments of type FunctionalAreaTextModifier and TypeMethodDescriptionvoidFunctionalArea.setText(List<FunctionalAreaText> value) Overwrites the list of associated FunctionalAreaText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea with type arguments of type FunctionalAreaTextModifierConstructorDescriptionFunctionalArea(String functionalArea, List<FunctionalAreaText> toText) -
Uses of FunctionalAreaText 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 FunctionalAreaTextModifier and TypeMethodDescriptionFunctionalAreaTextOneToOneLink.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 FunctionalAreaTextModifier and TypeMethodDescriptionprotected FunctionalAreaTextLink<ObjectT>FunctionalAreaTextLink.translateLinkType(EntityLink<FunctionalAreaTextLink<ObjectT>, FunctionalAreaText, ObjectT> link)