Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand.ProjectDemandService
Packages that use ProjectDemandService
Package
Description
-
Uses of ProjectDemandService 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 ProjectDemandServiceModifier and TypeFieldDescriptionstatic final ProjectDemandOneToOneLink<ProjectDemandService>ProjectDemand.TO_SERVICEUse with available fluent helpers to apply the to_Service navigation property to query operations.static final ProjectDemandServiceSupplyOneToOneLink<ProjectDemandService>ProjectDemandServiceSupply.TO_SERVICEUse with available fluent helpers to apply the to_Service navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand that return ProjectDemandServiceModifier and TypeMethodDescriptionProjectDemandService.ProjectDemandServiceBuilder.build()ProjectDemand.fetchService()Fetches the ProjectDemandService entity (one to one) associated with this entity.ProjectDemandServiceSupply.fetchService()Fetches the ProjectDemandService entity (one to one) associated with this entity.protected ProjectDemandServiceProjectDemandServiceUpdateFluentHelper.getEntity()ProjectDemand.getServiceOrFetch()Retrieval of associated ProjectDemandService entity (one to one).ProjectDemandServiceSupply.getServiceOrFetch()Retrieval of associated ProjectDemandService entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand that return types with arguments of type ProjectDemandServiceModifier and TypeMethodDescriptionprotected Class<ProjectDemandService>ProjectDemandServiceByKeyFluentHelper.getEntityClass()protected Class<ProjectDemandService>ProjectDemandServiceFluentHelper.getEntityClass()io.vavr.control.Option<ProjectDemandService>ProjectDemand.getServiceIfPresent()Retrieval of associated ProjectDemandService entity (one to one).io.vavr.control.Option<ProjectDemandService>ProjectDemandServiceSupply.getServiceIfPresent()Retrieval of associated ProjectDemandService entity (one to one).ProjectDemandService.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand with parameters of type ProjectDemandServiceModifier and TypeMethodDescriptionProjectDemand.ProjectDemandBuilder.service(ProjectDemandService value) Navigation property to_Service for ProjectDemand to single ProjectDemandService.ProjectDemandServiceSupply.ProjectDemandServiceSupplyBuilder.service(ProjectDemandService value) Navigation property to_Service for ProjectDemandServiceSupply to single ProjectDemandService.voidProjectDemand.setService(ProjectDemandService value) Overwrites the associated ProjectDemandService entity for the loaded navigation property to_Service.voidProjectDemandServiceSupply.setService(ProjectDemandService value) Overwrites the associated ProjectDemandService entity for the loaded navigation property to_Service.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.projectdemand with parameters of type ProjectDemandServiceModifierConstructorDescriptionProjectDemand(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) ProjectDemandServiceSupply(UUID projectDemandServiceSupplyUUID, UUID projectDemandServiceUUID, UUID projectDemandUUID, String purchaseRequisition, String purchaseRequisitionItem, ProjectDemandService toService, ProjectDemand toRoot) ProjectDemandServiceUpdateFluentHelper(String servicePath, ProjectDemandService entity, String entityCollection) Creates a fluent helper object that will update aProjectDemandServiceentity on the OData endpoint. -
Uses of ProjectDemandService 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 ProjectDemandServiceModifier and TypeMethodDescriptionDefaultProjectDemandServiceBatchChangeSet.updateProjectDemandService(ProjectDemandService projectDemandService) ProjectDemandServiceBatchChangeSet.updateProjectDemandService(ProjectDemandService projectDemandService) Update an existingProjectDemandServiceentity and save it to the S/4HANA system. -
Uses of ProjectDemandService 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 ProjectDemandServiceModifier and TypeMethodDescriptionProjectDemandServiceOneToOneLink.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 ProjectDemandServiceModifier and TypeMethodDescriptionprotected ProjectDemandServiceLink<ObjectT>ProjectDemandServiceLink.translateLinkType(EntityLink<ProjectDemandServiceLink<ObjectT>, ProjectDemandService, ObjectT> link) -
Uses of ProjectDemandService in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProjectDemandServiceModifier and TypeMethodDescriptionDefaultProjectDemandService.updateProjectDemandService(ProjectDemandService projectDemandService) Deprecated.ProjectDemandService.updateProjectDemandService(ProjectDemandService projectDemandService) Deprecated.Update an existingProjectDemandServiceentity and save it to the S/4HANA system.