public static class ProductPlantForecasting.ProductPlantForecastingBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductPlantForecasting |
build() |
ProductPlantForecasting.ProductPlantForecastingBuilder |
consumptionQtyMultiplier(BigDecimal consumptionQtyMultiplier) |
ProductPlantForecasting.ProductPlantForecastingBuilder |
consumptionReferencePlant(String consumptionReferencePlant) |
ProductPlantForecasting.ProductPlantForecastingBuilder |
consumptionReferenceProduct(String consumptionReferenceProduct) |
ProductPlantForecasting.ProductPlantForecastingBuilder |
consumptionRefUsageEndDate(LocalDateTime consumptionRefUsageEndDate) |
ProductPlantForecasting.ProductPlantForecastingBuilder |
plant(String plant) |
ProductPlantForecasting.ProductPlantForecastingBuilder |
product(String product) |
String |
toString() |
public ProductPlantForecasting.ProductPlantForecastingBuilder product(String product)
public ProductPlantForecasting.ProductPlantForecastingBuilder plant(String plant)
public ProductPlantForecasting.ProductPlantForecastingBuilder consumptionRefUsageEndDate(LocalDateTime consumptionRefUsageEndDate)
public ProductPlantForecasting.ProductPlantForecastingBuilder consumptionQtyMultiplier(BigDecimal consumptionQtyMultiplier)
public ProductPlantForecasting.ProductPlantForecastingBuilder consumptionReferenceProduct(String consumptionReferenceProduct)
public ProductPlantForecasting.ProductPlantForecastingBuilder consumptionReferencePlant(String consumptionReferencePlant)
public ProductPlantForecasting build()
Copyright © 2019 SAP SE. All rights reserved.