public static class ProductPlantCosting.ProductPlantCostingBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductPlantCosting |
build() |
ProductPlantCosting.ProductPlantCostingBuilder |
isCoProduct(Boolean isCoProduct)
Constraints: none
|
ProductPlantCosting.ProductPlantCostingBuilder |
plant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ProductPlantCosting.ProductPlantCostingBuilder |
product(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
toString() |
public ProductPlantCosting.ProductPlantCostingBuilder product(@Nullable String product)
Original property name from the Odata EDM: Product
public ProductPlantCosting.ProductPlantCostingBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
public ProductPlantCosting.ProductPlantCostingBuilder isCoProduct(@Nullable Boolean isCoProduct)
Original property name from the Odata EDM: IsCoProduct
public ProductPlantCosting build()
Copyright © 2019 SAP SE. All rights reserved.