Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.SoldProduct
Packages that use SoldProduct
Package
Description
-
Uses of SoldProduct 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 SoldProductModifier and TypeFieldDescriptionstatic final SoldProductHierOneToOneLink<SoldProduct>SoldProductHier.TO_CNSLDTN_PRODUCT_SOLDUse with available fluent helpers to apply the to_CnsldtnProductSold navigation property to query operations.static final SoldProductTextOneToOneLink<SoldProduct>SoldProductText.TO_CNSLDTN_PRODUCT_SOLDUse with available fluent helpers to apply the to_CnsldtnProductSold navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting that return SoldProductModifier and TypeMethodDescriptionSoldProduct.SoldProductBuilder.build()SoldProductHier.fetchCnsldtnProductSold()Fetches the SoldProduct entity (one to one) associated with this entity.SoldProductText.fetchCnsldtnProductSold()Fetches the SoldProduct entity (one to one) associated with this entity.SoldProductHier.getCnsldtnProductSoldOrFetch()Retrieval of associated SoldProduct entity (one to one).SoldProductText.getCnsldtnProductSoldOrFetch()Retrieval of associated SoldProduct entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting that return types with arguments of type SoldProductModifier and TypeMethodDescriptionio.vavr.control.Option<SoldProduct>SoldProductHier.getCnsldtnProductSoldIfPresent()Retrieval of associated SoldProduct entity (one to one).io.vavr.control.Option<SoldProduct>SoldProductText.getCnsldtnProductSoldIfPresent()Retrieval of associated SoldProduct entity (one to one).protected Class<SoldProduct>SoldProductByKeyFluentHelper.getEntityClass()protected Class<SoldProduct>SoldProductFluentHelper.getEntityClass()SoldProduct.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting with parameters of type SoldProductModifier and TypeMethodDescriptionSoldProductHier.SoldProductHierBuilder.cnsldtnProductSold(SoldProduct value) Navigation property to_CnsldtnProductSold for SoldProductHier to single SoldProduct.SoldProductText.SoldProductTextBuilder.cnsldtnProductSold(SoldProduct value) Navigation property to_CnsldtnProductSold for SoldProductText to single SoldProduct.voidSoldProductHier.setCnsldtnProductSold(SoldProduct value) Overwrites the associated SoldProduct entity for the loaded navigation property to_CnsldtnProductSold.voidSoldProductText.setCnsldtnProductSold(SoldProduct value) Overwrites the associated SoldProduct entity for the loaded navigation property to_CnsldtnProductSold.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting with parameters of type SoldProductModifierConstructorDescriptionSoldProductHier(String additionalMasterDataHierarchy, String hierarchyNode, String hierarchyNode_Text, LocalDateTime validityEndDate, String parentNode, LocalDateTime validityStartDate, String material, String material_Text, String sequenceNumber, String hierarchyNodeSequence, String hierarchyNodeLevel, String nodeType, SoldProduct toCnsldtnProductSold, List<SoldProductHierText> toCnsldtnProductSoldHierT) SoldProductText(String language, String material, String soldProductText, SoldProduct toCnsldtnProductSold) -
Uses of SoldProduct 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 SoldProductModifier and TypeMethodDescriptionSoldProductOneToOneLink.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 SoldProductModifier and TypeMethodDescriptionprotected SoldProductLink<ObjectT>SoldProductLink.translateLinkType(EntityLink<SoldProductLink<ObjectT>, SoldProduct, ObjectT> link)