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