Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand.ProjectDemandMaterialSupply
Packages that use ProjectDemandMaterialSupply
Package
Description
-
Uses of ProjectDemandMaterialSupply in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand with type parameters of type ProjectDemandMaterialSupplyModifier and TypeFieldDescriptionstatic final ProjectDemandMaterialOneToOneLink<ProjectDemandMaterialSupply>ProjectDemandMaterial.TO_MATERIAL_SUPPLYUse with available fluent helpers to apply the to_MaterialSupply navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand that return ProjectDemandMaterialSupplyModifier and TypeMethodDescriptionProjectDemandMaterialSupply.ProjectDemandMaterialSupplyBuilder.build()ProjectDemandMaterial.fetchMaterialSupply()Fetches the ProjectDemandMaterialSupply entity (one to one) associated with this entity.protected ProjectDemandMaterialSupplyProjectDemandMaterialSupplyUpdateFluentHelper.getEntity()ProjectDemandMaterial.getMaterialSupplyOrFetch()Retrieval of associated ProjectDemandMaterialSupply entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand that return types with arguments of type ProjectDemandMaterialSupplyModifier and TypeMethodDescriptionprotected Class<ProjectDemandMaterialSupply>ProjectDemandMaterialSupplyByKeyFluentHelper.getEntityClass()protected Class<ProjectDemandMaterialSupply>ProjectDemandMaterialSupplyFluentHelper.getEntityClass()io.vavr.control.Option<ProjectDemandMaterialSupply>ProjectDemandMaterial.getMaterialSupplyIfPresent()Retrieval of associated ProjectDemandMaterialSupply entity (one to one).ProjectDemandMaterialSupply.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand with parameters of type ProjectDemandMaterialSupplyModifier and TypeMethodDescriptionProjectDemandMaterial.ProjectDemandMaterialBuilder.materialSupply(ProjectDemandMaterialSupply value) Navigation property to_MaterialSupply for ProjectDemandMaterial to single ProjectDemandMaterialSupply.voidProjectDemandMaterial.setMaterialSupply(ProjectDemandMaterialSupply value) Overwrites the associated ProjectDemandMaterialSupply entity for the loaded navigation property to_MaterialSupply.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand with parameters of type ProjectDemandMaterialSupplyModifierConstructorDescriptionProjectDemandMaterial(UUID projectDemandMaterialUUID, UUID projectDemandUUID, String material, String storageLocation, String materialGroup, String supplier, String purchasingInfoRecord, String purchaseContract, String purchaseContractItem, BigDecimal materialPlannedDeliveryDurn, String purchaseRequisition, String formattedPurRequisitionItem, String purchaseRequisitionItem, Boolean isPurOrderAllwdForInbDeliv, BigDecimal orderedQuantity, BigDecimal stillToBeDeliveredQuantity, BigDecimal invoiceReceiptAmount, BigDecimal requestedQuantity, BigDecimal netValueAmountInDocCurrency, String documentCurrency, LocalDateTime scheduleLineDeliveryDate, LocalDateTime schedLineStscDeliveryDate, String baseUnit, BigDecimal goodsReceiptAmount, ProjectDemand toRootTP, ProjectDemandMaterialSupply toMaterialSupply) ProjectDemandMaterialSupplyUpdateFluentHelper(String servicePath, ProjectDemandMaterialSupply entity, String entityCollection) Creates a fluent helper object that will update aProjectDemandMaterialSupplyentity on the OData endpoint. -
Uses of ProjectDemandMaterialSupply in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand.batch with parameters of type ProjectDemandMaterialSupplyModifier and TypeMethodDescriptionDefaultProjectDemandServiceBatchChangeSet.updateProjectDemandMaterialSupply(ProjectDemandMaterialSupply projectDemandMaterialSupply) ProjectDemandServiceBatchChangeSet.updateProjectDemandMaterialSupply(ProjectDemandMaterialSupply projectDemandMaterialSupply) Update an existingProjectDemandMaterialSupplyentity and save it to the S/4HANA system. -
Uses of ProjectDemandMaterialSupply in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand.link that return types with arguments of type ProjectDemandMaterialSupplyModifier and TypeMethodDescriptionProjectDemandMaterialSupplyOneToOneLink.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.projectdemand.link with type arguments of type ProjectDemandMaterialSupplyModifier and TypeMethodDescriptionprotected ProjectDemandMaterialSupplyLink<ObjectT>ProjectDemandMaterialSupplyLink.translateLinkType(EntityLink<ProjectDemandMaterialSupplyLink<ObjectT>, ProjectDemandMaterialSupply, ObjectT> link) -
Uses of ProjectDemandMaterialSupply in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProjectDemandMaterialSupplyModifier and TypeMethodDescriptionDefaultProjectDemandService.updateProjectDemandMaterialSupply(ProjectDemandMaterialSupply projectDemandMaterialSupply) Deprecated.ProjectDemandService.updateProjectDemandMaterialSupply(ProjectDemandMaterialSupply projectDemandMaterialSupply) Deprecated.Update an existingProjectDemandMaterialSupplyentity and save it to the S/4HANA system.