Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.BusinessArea
Packages that use BusinessArea
Package
Description
-
Uses of BusinessArea in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting with type parameters of type BusinessAreaModifier and TypeFieldDescriptionstatic final BusinessAreaHierOneToOneLink<BusinessArea>BusinessAreaHier.TO_CNSLDTN_BUSINESS_AREAUse with available fluent helpers to apply the to_CnsldtnBusinessArea navigation property to query operations.static final BusinessAreaTextOneToOneLink<BusinessArea>BusinessAreaText.TO_CNSLDTN_BUSINESS_AREAUse with available fluent helpers to apply the to_CnsldtnBusinessArea navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting that return BusinessAreaModifier and TypeMethodDescriptionBusinessArea.BusinessAreaBuilder.build()BusinessAreaHier.fetchCnsldtnBusinessArea()Fetches the BusinessArea entity (one to one) associated with this entity.BusinessAreaText.fetchCnsldtnBusinessArea()Fetches the BusinessArea entity (one to one) associated with this entity.BusinessAreaHier.getCnsldtnBusinessAreaOrFetch()Retrieval of associated BusinessArea entity (one to one).BusinessAreaText.getCnsldtnBusinessAreaOrFetch()Retrieval of associated BusinessArea entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting that return types with arguments of type BusinessAreaModifier and TypeMethodDescriptionio.vavr.control.Option<BusinessArea>BusinessAreaHier.getCnsldtnBusinessAreaIfPresent()Retrieval of associated BusinessArea entity (one to one).io.vavr.control.Option<BusinessArea>BusinessAreaText.getCnsldtnBusinessAreaIfPresent()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.masterdataforgroupreporting with parameters of type BusinessAreaModifier and TypeMethodDescriptionBusinessAreaHier.BusinessAreaHierBuilder.cnsldtnBusinessArea(BusinessArea value) Navigation property to_CnsldtnBusinessArea for BusinessAreaHier to single BusinessArea.BusinessAreaText.BusinessAreaTextBuilder.cnsldtnBusinessArea(BusinessArea value) Navigation property to_CnsldtnBusinessArea for BusinessAreaText to single BusinessArea.voidBusinessAreaHier.setCnsldtnBusinessArea(BusinessArea value) Overwrites the associated BusinessArea entity for the loaded navigation property to_CnsldtnBusinessArea.voidBusinessAreaText.setCnsldtnBusinessArea(BusinessArea value) Overwrites the associated BusinessArea entity for the loaded navigation property to_CnsldtnBusinessArea.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting with parameters of type BusinessAreaModifierConstructorDescriptionBusinessAreaHier(String additionalMasterDataHierarchy, String hierarchyNode, String hierarchyNode_Text, LocalDateTime validityEndDate, String parentNode, LocalDateTime validityStartDate, String businessArea, String businessArea_Text, String sequenceNumber, String hierarchyNodeSequence, String hierarchyNodeLevel, String nodeType, BusinessArea toCnsldtnBusinessArea, List<BusinessAreaHierText> toCnsldtnBusinessAreaHierT) BusinessAreaText(String language, String businessArea, String businessAreaText, BusinessArea toCnsldtnBusinessArea) -
Uses of BusinessArea in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.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.masterdataforgroupreporting.link with type arguments of type BusinessAreaModifier and TypeMethodDescriptionprotected BusinessAreaLink<ObjectT>BusinessAreaLink.translateLinkType(EntityLink<BusinessAreaLink<ObjectT>, BusinessArea, ObjectT> link)