Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesordersimulate.SalesOrderPartnerSimulation
Packages that use SalesOrderPartnerSimulation
Package
Description
-
Uses of SalesOrderPartnerSimulation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesordersimulate
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesordersimulate with type parameters of type SalesOrderPartnerSimulationModifier and TypeFieldDescriptionstatic final SalesOrderSimulationLink<SalesOrderPartnerSimulation>SalesOrderSimulation.TO_PARTNERUse with available fluent helpers to apply the to_Partner navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesordersimulate that return SalesOrderPartnerSimulationModifier and TypeMethodDescriptionSalesOrderPartnerSimulation.SalesOrderPartnerSimulationBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesordersimulate that return types with arguments of type SalesOrderPartnerSimulationModifier and TypeMethodDescriptionSalesOrderSimulation.fetchPartner()Fetches the SalesOrderPartnerSimulation entities (one to many) associated with this entity.io.vavr.control.Option<List<SalesOrderPartnerSimulation>>SalesOrderSimulation.getPartnerIfPresent()Retrieval of associated SalesOrderPartnerSimulation entities (one to many).SalesOrderSimulation.getPartnerOrFetch()Retrieval of associated SalesOrderPartnerSimulation entities (one to many).SalesOrderPartnerSimulation.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesordersimulate with parameters of type SalesOrderPartnerSimulationModifier and TypeMethodDescriptionvoidSalesOrderSimulation.addPartner(SalesOrderPartnerSimulation... entity) Adds elements to the list of associated SalesOrderPartnerSimulation entities.SalesOrderSimulation.SalesOrderSimulationBuilder.partner(SalesOrderPartnerSimulation... value) Navigation property to_Partner for SalesOrderSimulation to multiple SalesOrderPartnerSimulation.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesordersimulate with type arguments of type SalesOrderPartnerSimulationModifier and TypeMethodDescriptionvoidSalesOrderSimulation.setPartner(List<SalesOrderPartnerSimulation> value) Overwrites the list of associated SalesOrderPartnerSimulation entities for the loaded navigation property to_Partner. -
Uses of SalesOrderPartnerSimulation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesordersimulate.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesordersimulate.link that return types with arguments of type SalesOrderPartnerSimulationModifier and TypeMethodDescriptionSalesOrderPartnerSimulationOneToOneLink.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.salesordersimulate.link with type arguments of type SalesOrderPartnerSimulationModifier and TypeMethodDescriptionprotected SalesOrderPartnerSimulationLink<ObjectT>SalesOrderPartnerSimulationLink.translateLinkType(EntityLink<SalesOrderPartnerSimulationLink<ObjectT>, SalesOrderPartnerSimulation, ObjectT> link)