public static final class BatchPlant.BatchPlantBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BatchPlant.BatchPlantBuilder |
batch(Batch value) |
BatchPlant.BatchPlantBuilder |
batch(String value) |
BatchPlant.BatchPlantBuilder |
batchIdentifyingPlant(String batchIdentifyingPlant) |
BatchPlant |
build() |
BatchPlant.BatchPlantBuilder |
inventoryValuationType(String inventoryValuationType) |
BatchPlant.BatchPlantBuilder |
lastChangeDateTime(ZonedDateTime lastChangeDateTime) |
BatchPlant.BatchPlantBuilder |
material(String material) |
BatchPlant.BatchPlantBuilder |
plant(String plant) |
String |
toString() |
@Nonnull public BatchPlant.BatchPlantBuilder batch(Batch value)
@Nonnull public BatchPlant.BatchPlantBuilder batch(String value)
public BatchPlant.BatchPlantBuilder material(String material)
public BatchPlant.BatchPlantBuilder plant(String plant)
public BatchPlant.BatchPlantBuilder batchIdentifyingPlant(String batchIdentifyingPlant)
public BatchPlant.BatchPlantBuilder inventoryValuationType(String inventoryValuationType)
public BatchPlant.BatchPlantBuilder lastChangeDateTime(ZonedDateTime lastChangeDateTime)
public BatchPlant build()
Copyright © 2019 SAP SE. All rights reserved.