public static final class BatchClass.BatchClassBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BatchClass.BatchClassBuilder |
batch(Batch value)
Navigation property to_Batch for BatchClass to single Batch.
|
BatchClass.BatchClassBuilder |
batch(String value)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BatchClass.BatchClassBuilder |
batchIdentifyingPlant(String batchIdentifyingPlant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
BatchClass |
build() |
BatchClass.BatchClassBuilder |
classInternalID(String classInternalID)
Constraints: Not nullable, Maximum length: 10
|
BatchClass.BatchClassBuilder |
lastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 7
|
BatchClass.BatchClassBuilder |
material(String material)
(Key Field) Constraints: Not nullable, Maximum length: 18
|
String |
toString() |
@Nonnull public BatchClass.BatchClassBuilder batch(Batch value)
value
- The Batch to build this BatchClass with.@Nonnull public BatchClass.BatchClassBuilder batch(String value)
Original property name from the Odata EDM: Batch
value
- The batch to build this BatchClass with.public BatchClass.BatchClassBuilder material(@Nullable String material)
Original property name from the Odata EDM: Material
this
.public BatchClass.BatchClassBuilder batchIdentifyingPlant(@Nullable String batchIdentifyingPlant)
Original property name from the Odata EDM: BatchIdentifyingPlant
this
.public BatchClass.BatchClassBuilder classInternalID(@Nullable String classInternalID)
Original property name from the Odata EDM: ClassInternalID
this
.public BatchClass.BatchClassBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
this
.public BatchClass build()
Copyright © 2020 SAP SE. All rights reserved.