public static final class BatchPlant.BatchPlantBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BatchPlant.BatchPlantBuilder |
batch(Batch value)
Navigation property to_Batch for BatchPlant to single Batch.
|
BatchPlant.BatchPlantBuilder |
batch(String value)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BatchPlant.BatchPlantBuilder |
batchIdentifyingPlant(String batchIdentifyingPlant)
Constraints: Not nullable, Maximum length: 4
|
BatchPlant |
build() |
BatchPlant.BatchPlantBuilder |
inventoryValuationType(String inventoryValuationType)
Constraints: Not nullable, Maximum length: 10
|
BatchPlant.BatchPlantBuilder |
lastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 7
|
BatchPlant.BatchPlantBuilder |
material(String material)
(Key Field) Constraints: Not nullable, Maximum length: 18
|
BatchPlant.BatchPlantBuilder |
plant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
@Nonnull public BatchPlant.BatchPlantBuilder batch(Batch value)
value
- The Batch to build this BatchPlant with.@Nonnull public BatchPlant.BatchPlantBuilder batch(String value)
Original property name from the Odata EDM: Batch
value
- The batch to build this BatchPlant with.public BatchPlant.BatchPlantBuilder material(@Nullable String material)
Original property name from the Odata EDM: Material
this
.public BatchPlant.BatchPlantBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
this
.public BatchPlant.BatchPlantBuilder batchIdentifyingPlant(@Nullable String batchIdentifyingPlant)
Original property name from the Odata EDM: BatchIdentifyingPlant
this
.public BatchPlant.BatchPlantBuilder inventoryValuationType(@Nullable String inventoryValuationType)
Original property name from the Odata EDM: InventoryValuationType
The valuation types allowed for a material are determined by the valuation category.If a material is valuated according to its origin (valuation category H), you can define the possible countries of origin as valuation types.
this
.public BatchPlant.BatchPlantBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
this
.public BatchPlant build()
Copyright © 2020 SAP SE. All rights reserved.