Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.SubItem
Packages that use SubItem
Package
Description
-
Uses of SubItem 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 SubItemModifier and TypeFieldDescriptionstatic final SubItemTextOneToOneLink<SubItem>SubItemText.TO_CNSLDTN_SUB_ITEMUse with available fluent helpers to apply the to_CnsldtnSubItem navigation property to query operations.static final SubitemHierOneToOneLink<SubItem>SubitemHier.TO_CNSLDTN_SUBITEMUse with available fluent helpers to apply the to_CnsldtnSubitem navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting that return SubItemModifier and TypeMethodDescriptionSubItem.SubItemBuilder.build()SubitemHier.fetchCnsldtnSubitem()Fetches the SubItem entity (one to one) associated with this entity.SubItemText.fetchCnsldtnSubItem()Fetches the SubItem entity (one to one) associated with this entity.SubitemHier.getCnsldtnSubitemOrFetch()Retrieval of associated SubItem entity (one to one).SubItemText.getCnsldtnSubItemOrFetch()Retrieval of associated SubItem entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting that return types with arguments of type SubItemModifier and TypeMethodDescriptionio.vavr.control.Option<SubItem>SubitemHier.getCnsldtnSubitemIfPresent()Retrieval of associated SubItem entity (one to one).io.vavr.control.Option<SubItem>SubItemText.getCnsldtnSubItemIfPresent()Retrieval of associated SubItem entity (one to one).SubItemByKeyFluentHelper.getEntityClass()SubItemFluentHelper.getEntityClass()SubItem.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting with parameters of type SubItemModifier and TypeMethodDescriptionSubitemHier.SubitemHierBuilder.cnsldtnSubitem(SubItem value) Navigation property to_CnsldtnSubitem for SubitemHier to single SubItem.SubItemText.SubItemTextBuilder.cnsldtnSubItem(SubItem value) Navigation property to_CnsldtnSubItem for SubItemText to single SubItem.voidSubitemHier.setCnsldtnSubitem(SubItem value) Overwrites the associated SubItem entity for the loaded navigation property to_CnsldtnSubitem.voidSubItemText.setCnsldtnSubItem(SubItem value) Overwrites the associated SubItem entity for the loaded navigation property to_CnsldtnSubItem.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting with parameters of type SubItemModifierConstructorDescriptionSubitemHier(String consolidationSubitemHierarchy, String hierarchyNode, String hierarchyNode_Text, String subItemCategory, String subItemCategory_Text, String parentNode, String hierarchyVersion, String subItem, String subItem_Text, String sequenceNumber, String hierarchyNodeLevel, String nodeType, SubItem toCnsldtnSubitem, List<SubitemHierText> toCnsldtnSubitemHierT) SubItemText(String subItemCategory, String subItemCategory_Text, String language, String subItem, String subItemText, SubItem toCnsldtnSubItem) -
Uses of SubItem 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 SubItemModifier and TypeMethodDescriptionSubItemOneToOneLink.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 SubItemModifier and TypeMethodDescriptionprotected SubItemLink<ObjectT>SubItemLink.translateLinkType(EntityLink<SubItemLink<ObjectT>, SubItem, ObjectT> link)