Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand.ProjectDemandMaterial
Packages that use ProjectDemandMaterial
Package
Description
-
Uses of ProjectDemandMaterial 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 ProjectDemandMaterialModifier and TypeFieldDescriptionstatic final ProjectDemandOneToOneLink<ProjectDemandMaterial>ProjectDemand.TO_MATERIALUse with available fluent helpers to apply the to_Material navigation property to query operations.static final ProjectDemandMaterialSupplyOneToOneLink<ProjectDemandMaterial>ProjectDemandMaterialSupply.TO_MATERIALUse with available fluent helpers to apply the to_Material navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand that return ProjectDemandMaterialModifier and TypeMethodDescriptionProjectDemandMaterial.ProjectDemandMaterialBuilder.build()ProjectDemand.fetchMaterial()Fetches the ProjectDemandMaterial entity (one to one) associated with this entity.ProjectDemandMaterialSupply.fetchMaterial()Fetches the ProjectDemandMaterial entity (one to one) associated with this entity.protected ProjectDemandMaterialProjectDemandMaterialUpdateFluentHelper.getEntity()ProjectDemand.getMaterialOrFetch()Retrieval of associated ProjectDemandMaterial entity (one to one).ProjectDemandMaterialSupply.getMaterialOrFetch()Retrieval of associated ProjectDemandMaterial entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand that return types with arguments of type ProjectDemandMaterialModifier and TypeMethodDescriptionprotected Class<ProjectDemandMaterial>ProjectDemandMaterialByKeyFluentHelper.getEntityClass()protected Class<ProjectDemandMaterial>ProjectDemandMaterialFluentHelper.getEntityClass()io.vavr.control.Option<ProjectDemandMaterial>ProjectDemand.getMaterialIfPresent()Retrieval of associated ProjectDemandMaterial entity (one to one).io.vavr.control.Option<ProjectDemandMaterial>ProjectDemandMaterialSupply.getMaterialIfPresent()Retrieval of associated ProjectDemandMaterial entity (one to one).ProjectDemandMaterial.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand with parameters of type ProjectDemandMaterialModifier and TypeMethodDescriptionProjectDemand.ProjectDemandBuilder.material(ProjectDemandMaterial value) Navigation property to_Material for ProjectDemand to single ProjectDemandMaterial.ProjectDemandMaterialSupply.ProjectDemandMaterialSupplyBuilder.material(ProjectDemandMaterial value) Navigation property to_Material for ProjectDemandMaterialSupply to single ProjectDemandMaterial.voidProjectDemand.setMaterial(ProjectDemandMaterial value) Overwrites the associated ProjectDemandMaterial entity for the loaded navigation property to_Material.voidProjectDemandMaterialSupply.setMaterial(ProjectDemandMaterial value) Overwrites the associated ProjectDemandMaterial entity for the loaded navigation property to_Material.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand with parameters of type ProjectDemandMaterialModifierConstructorDescriptionProjectDemand(UUID projectDemandUUID, String projectDemand, String projectDemandName, String projectDemandDescription, String projectDemandCategory, String projectDemandType, UUID referencedObjectUUID, String projectDemandStatus, String projectDemandDateMaintenance, LocalDateTime projectDemandStartDate, LocalDateTime projectDemandEndDate, ZonedDateTime projectDemandReleasedDateTime, LocalDateTime projDmndActualSupplyDate, BigDecimal projectDemandPerUnitAmount, String projectDemandRequestCurrency, String projDmndRequestedQuantityUnit, BigDecimal priceUnitQty, BigDecimal projectDemandRequestNetAmount, String projDmndReqNetAmountCurrency, BigDecimal projectDemandOverallAmount, BigDecimal projectDemandExpectedAmount, BigDecimal projDmndRequestedQuantity, String plant, String purchasingGroup, String purchasingOrganization, String createdByUser, ZonedDateTime creationDateTime, String lastChangedByUser, ZonedDateTime lastChangeDateTime, String projectDemandLastChangedByUser, ZonedDateTime projDemandLastChangeDateTime, UUID projDmndExternalReferenceUUID, ProjectDemandExpense toExpense, ProjectDemandMaterial toMaterial, ProjectDemandService toService, ProjectDemandResource toWork) ProjectDemandMaterialSupply(UUID projDemandMaterialSupplyUUID, UUID projectDemandMaterialUUID, String purchaseRequisition, String purchaseRequisitionItem, String projectDemandRequirementPlan, String projDmndPlndIndepRqmtItem, UUID projectDemandUUID, ProjectDemandMaterial toMaterial, ProjectDemand toRoot) ProjectDemandMaterialUpdateFluentHelper(String servicePath, ProjectDemandMaterial entity, String entityCollection) Creates a fluent helper object that will update aProjectDemandMaterialentity on the OData endpoint. -
Uses of ProjectDemandMaterial 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 ProjectDemandMaterialModifier and TypeMethodDescriptionDefaultProjectDemandServiceBatchChangeSet.updateProjectDemandMaterial(ProjectDemandMaterial projectDemandMaterial) ProjectDemandServiceBatchChangeSet.updateProjectDemandMaterial(ProjectDemandMaterial projectDemandMaterial) Update an existingProjectDemandMaterialentity and save it to the S/4HANA system. -
Uses of ProjectDemandMaterial 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 ProjectDemandMaterialModifier and TypeMethodDescriptionProjectDemandMaterialOneToOneLink.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 ProjectDemandMaterialModifier and TypeMethodDescriptionprotected ProjectDemandMaterialLink<ObjectT>ProjectDemandMaterialLink.translateLinkType(EntityLink<ProjectDemandMaterialLink<ObjectT>, ProjectDemandMaterial, ObjectT> link) -
Uses of ProjectDemandMaterial in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProjectDemandMaterialModifier and TypeMethodDescriptionDefaultProjectDemandService.updateProjectDemandMaterial(ProjectDemandMaterial projectDemandMaterial) Deprecated.ProjectDemandService.updateProjectDemandMaterial(ProjectDemandMaterial projectDemandMaterial) Deprecated.Update an existingProjectDemandMaterialentity and save it to the S/4HANA system.