Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessarea.BusinessArea
Packages that use BusinessArea
Package
Description
-
Uses of BusinessArea in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessarea
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessarea with type parameters of type BusinessAreaModifier and TypeFieldDescriptionstatic final BusinessAreaTextOneToOneLink<BusinessArea>BusinessAreaText.TO_BUSINESS_AREAUse with available fluent helpers to apply the to_BusinessArea navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessarea that return BusinessAreaModifier and TypeMethodDescriptionBusinessArea.BusinessAreaBuilder.build()BusinessAreaText.fetchBusinessArea()Fetches the BusinessArea entity (one to one) associated with this entity.BusinessAreaText.getBusinessAreaOrFetch()Retrieval of associated BusinessArea entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessarea that return types with arguments of type BusinessAreaModifier and TypeMethodDescriptionio.vavr.control.Option<BusinessArea>BusinessAreaText.getBusinessAreaIfPresent()Retrieval of associated BusinessArea entity (one to one).protected Class<BusinessArea>BusinessAreaByKeyFluentHelper.getEntityClass()protected Class<BusinessArea>BusinessAreaFluentHelper.getEntityClass()BusinessArea.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessarea with parameters of type BusinessAreaModifier and TypeMethodDescriptionBusinessAreaText.BusinessAreaTextBuilder.businessArea(BusinessArea value) Navigation property to_BusinessArea for BusinessAreaText to single BusinessArea.voidBusinessAreaText.setBusinessArea(BusinessArea value) Overwrites the associated BusinessArea entity for the loaded navigation property to_BusinessArea.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessarea with parameters of type BusinessAreaModifierConstructorDescriptionBusinessAreaText(String businessArea, String language, String businessAreaName, BusinessArea toBusinessArea) -
Uses of BusinessArea in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessarea.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businessarea.link that return types with arguments of type BusinessAreaModifier and TypeMethodDescriptionBusinessAreaOneToOneLink.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.businessarea.link with type arguments of type BusinessAreaModifier and TypeMethodDescriptionprotected BusinessAreaLink<ObjectT>BusinessAreaLink.translateLinkType(EntityLink<BusinessAreaLink<ObjectT>, BusinessArea, ObjectT> link)