Class BatchPlant.BatchPlantBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.batch.BatchPlant.BatchPlantBuilder
- Enclosing class:
- BatchPlant
Helper class to allow for fluent creation of BatchPlant instances.
-
Method Summary
Modifier and TypeMethodDescriptionNavigation property to_Batch for BatchPlant to single Batch.(Key Field) Constraints: Not nullable, Maximum length: 10batchIdentifyingPlant(String batchIdentifyingPlant) Constraints: Not nullable, Maximum length: 4build()inventoryValuationType(String inventoryValuationType) Constraints: Not nullable, Maximum length: 10lastChangeDateTime(ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7(Key Field) Constraints: Not nullable, Maximum length: 18(Key Field) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
batch
Navigation property to_Batch for BatchPlant to single Batch.- Parameters:
value- The Batch to build this BatchPlant with.- Returns:
- This Builder to allow for a fluent interface.
-
batch
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Batch
- Parameters:
value- The batch to build this BatchPlant with.- Returns:
- This Builder to allow for a fluent interface.
-
material
(Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: Material
- Returns:
this.
-
plant
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
batchIdentifyingPlant
@Nonnull public BatchPlant.BatchPlantBuilder batchIdentifyingPlant(@Nullable String batchIdentifyingPlant) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BatchIdentifyingPlant
- Returns:
this.
-
inventoryValuationType
@Nonnull public BatchPlant.BatchPlantBuilder inventoryValuationType(@Nullable String inventoryValuationType) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: InventoryValuationType
- Returns:
this.
-
lastChangeDateTime
@Nonnull public BatchPlant.BatchPlantBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
build
-
toString
-